summaryrefslogtreecommitdiffstats
path: root/bin/chkmanifest
Commit message (Collapse)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Translate SVN commands and references to GIT.lrknox2016-10-241-3/+3
|
* Removed the -p option from the command to run autogen.sh. It interferedlrknox2016-08-301-2/+2
| | | | | | | | with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
* Translate svn commands to git commands for chkmanifest and bbreleaselrknox2016-08-291-10/+10
| | | | scripts with source in git repository.
* [svn-r28388] HDFFV-9573: bin/chkmanifest did not like the missing generated ↵Albert Cheng2015-11-181-0/+16
| | | | | | | | file. Changed bin/chkmanifest to generate the files if configure is missing. Tested: jam
* [svn-r26428] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+7
| | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
* [svn-r26427] Revert of r26426Dana Robinson2015-03-111-7/+5
| | | | | The repository wasn't clean when I made some changes so untested code was committed.
* [svn-r26426] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+7
| | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
* [svn-r26348] Updates bin/chkmanifest to correctly handle the seven ↵Dana Robinson2015-03-031-3/+6
| | | | | | | | | | | | | Subversion status columns that are output by svn stat. Previously, the script assumed that they would all be blank for newly- added files. This is not always true when merging. Part of: HDFFV-8895 Tested on: jam (bin/chkmanifest only)
* [svn-r26311] Merged r26266-7 from features/autotools_reworkDana Robinson2015-02-261-90/+46
| | | | | | | | | Updates the bin/chkmanifest script so that it parses the output of svn commands instead of hacking at the .svn/entries file. This will make the script more future-proof and allows it to work with current Subversion repositories. Tested on: jam (bin/chkmanifest only)
* [svn-r17562] Fixed a syntax error that generates a file named 0.Albert Cheng2009-10-011-2/+2
| | | | | Tested: Jam as it is simple shell script change.
* [svn-r17259] Comparison should write to dev/null instead of a file named 0. ↵Larry Knox2009-07-281-1/+1
| | | | Tested on colonelk.
* [svn-r17173] Add simple perl script supplied by user to check for duplicate ↵Larry Knox2009-07-091-1/+21
| | | | | | entries in MANIFEST. Duplicate entries will be reported along with any other MANIFEST errors and cause exit value to be 1. Tested on jam, linew, smirom, and tg-login2.
* [svn-r13902] Purpose:Albert Cheng2007-06-251-3/+2
| | | | | | | Simple code improvement to have more unified code. Tested: in kagiso only since it is a simple script change.
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-141-2/+3
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r13168] Purpose:Albert Cheng2007-01-221-15/+22
| | | | | | | | | | | | | | | | | | | | | bug fix. Problem: 1. The last fix using "svn --version" did not work since the source code is shared between different machines which have different svn versions. Changed the code to inspect the .svn/entries content to guess what version of svn uses. From that to decide which GETSVNENTRIES to use. 2. GETSVNENTRIES_14 had two errors: 2.a., % as 1,$ is actually not recognized by ed. Changed that to "1,$s/..." but that got mixed up with $ being a shell meta-character. Changed to use g command instead. (Could have use \ to escape $ but g is cleaner.) 2.b., Some directories have no files but sub-directories. The ed script might end up with an empty file in some steps and ed does not like to run g command with an empty file. Fixed it by adding a dummy blank line. Platforms tested: Osage and copper.
* [svn-r13162] Purpose:Albert Cheng2007-01-211-4/+43
| | | | | | | | | | | | | | | | Upgrade. Description: svn version 1.4.x uses a different format of .svn/entries files as older versions like 1.3.x. chkmanifest could not parse the file correctly. Solution: Created different versions of entries file parsing according to svn version. There is also a bug in grep that matches ./configure with ./fortran/configure. Don't know how to or even possible to nullify the wildcard character effect of '.'. Added a ^ to mark beginning of line. At least it makes it the same length though it would still match with "X/configure". Hopefully this sort of error are easier to detect by human
* [svn-r12547] Added code to try harder to locate the MANIFEST file in more ↵Albert Cheng2006-08-061-3/+16
| | | | locations.
* [svn-r12484] Purpose:Albert Cheng2006-07-201-7/+48
| | | | | | | | | | Upgrade Description: chnaged it from doing CVS-managed files to SVN-managed files. (The use of ed, is real ugly, but ed exists in all Unix systems. May want to consider using awk which is a more powerful and will have a cleaner implementation.)
* [svn-r11596] Purpose:Quincey Koziol2005-10-221-0/+13
| | | | | | | | | | | Update copyrights Description: Updated copyright information in hdf5/bin and top-level and added some more files to be skipped to the chkcopyright config file. Platforms tested: None - just eyeballed
* [svn-r2362] Changed the file searching pattern to look for end of line to matchAlbert Cheng2000-06-071-1/+4
| | | | | | a complete file name. This distinguish file ./config/unicos from ./config/unicosmk. Tossed in a cleanup feature by removing the temporary file when finished.
* [svn-r1938] Print a message when all is well.Albert Cheng2000-01-071-1/+2
|
* [svn-r1791] Moved the MANIFEST checking to a separate command file ↵Albert Cheng1999-10-261-0/+42
(chkmanifest) so that it can be invoked individually.