summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16342] Description:Frank Baker2009-01-221-1/+1
| | | | | | Changed 'THG' to 'The HDF Group' in various HDF5 source files, most of which are <subdirectory>/COPYING. -- Closes Bugzilla entry 1403.
* [svn-r16269] Bug fix.Albert Cheng2009-01-061-34/+13
| | | | | | | | | The Tail command in jam (a newer linux) does not accept the +2l option. It ended up wiping most of the release_doc/RELEASE.txt file contents. Replaced the "tail +2l" by "sed -e 1d". Tested: Tested in Jam to verify it functions properly again.
* [svn-r16097] Purpose: Updating bin/reconfigure scriptMike McGreevy2008-11-181-4/+4
| | | | | | | Updating bin/reconfigure script to point to autotools in /mnt/hdf/packages, since /home1/packages no longer exists. Tested: kagiso
* [svn-r14637] Added newer for file timestamp comparison. It is used by the ↵Albert Cheng2008-02-221-0/+45
| | | | | | | non-repeat test. Updated MANIFEST for this new file.
* [svn-r14321] Folded cummulated changes from development version into this ↵Albert Cheng2007-12-041-39/+118
| | | | | | | | | | | | | branch. Changes include: 1. Added the ability to locate szlib libraries in THG hosts. 2. Added support of -fortran: add --enable-fortran -cxx: add --enable-cxx -pp: add --enable-parallel Tested: h5committested.
* [svn-r14296] Folded cummulated changes from development version into this ↵Albert Cheng2007-11-281-114/+43
| | | | | | | | | | | | | branch. Changes include: 1. Updated the help page that install directory is no longer hardset. 2. Remove old code no longer used (LOCATE_GASS, LOCATE_FORTRAN, LOCATE_HDF4. Added new option to locate szlib. 3. Splitted the "make check" into "make check-s" and "make check-p" so that it is clearer which nature of tests are being tested. Tested: kagiso.
* [svn-r13903] 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-r13848] Updated it to use version 2.61 since reconfigure has been ↵Albert Cheng2007-06-111-3/+3
| | | | | | | changed to it. Tested: kagiso.
* [svn-r13706] Changed the TODAY format to include weekday, matching the one ↵Albert Cheng2007-04-291-1/+1
| | | | | | | | | used by DailyHDF5Test script. Tested: Tested the new format works in all NCSA machines.
* [svn-r13686] Improvement.Albert Cheng2007-04-181-3/+8
| | | | | | | | Added a clarification the environment variables dumping is BEFORE command option parsing. Also added a dumping AFTER the option parsing. Tested: Just eyeballed since it is trival. Let daily tests runs to test it.
* [svn-r13644] Purpouse:Albert Cheng2007-04-111-5/+9
| | | | | | | | | | | | | | | | Bug fix (851) Description: h5vers calls bin/reconfigure which may fail but h5vers does not check its return value. This will result in discrepency between files such as configure and configure.in. Solution: Fixed it by checking exit code of bin/reconfigure and return error if it fails. Tested: osage and kagiso.
* [svn-r13617] This check-in updates the bin/reconfigure script to clean it ↵Mike McGreevy2007-04-091-14/+39
| | | | | | | | up, and to use a newer version of autoconf/autoheader. (version 2.61). Tested on kagiso.
* [svn-r13603] The issue with linking szip's shared libraries on some machines ↵Mike McGreevy2007-04-061-8/+8
| | | | | | | | | | | that occurred in the 1.8 branch is occurring in the 1.6 branch as well. The issue is that szip's shared libraries cannot be linked when running on certain machines. The fix is added to configure, and it disables the use of szip when the shared libraries cannot be used. This is the same fix that was applied to the 1.8 branch. Detected and tested on kagiso.
* [svn-r13585] This check-in is rolling-back my previous check-in to fix ↵Mike McGreevy2007-04-044-2541/+1030
| | | | | | | | bug711. Included in that fix was an update to libtool that caused problems with fortran. A solution is in the works, including a new version of libtool. In the meantime, the problematic check-in that caused fortran compile failures is being removed.
* [svn-r13577] This update closes Bug711. A user submitted a patch for ↵Mike McGreevy2007-04-034-1030/+2541
| | | | | | | | | | configure.in that checks for -lsocket before trying to look for -lnsl, uses a configure check to locate the tr binary, and uses a more portable format for the arguments to tr which makes the configure script more portable. The change has already been added to the 1.8 branch. This update adds it to the 1.6 branch. The fix was tested on kagiso and smirom.
* [svn-r13528] Purpose:HDF Tester2007-03-201-1/+1
| | | | | | | | | | | | | | | | Bug fix. Description: When it reads the allhostfile, it does eliminate comments or blank lines completely, thus it continues to use ssh/rsh even when only the local host is tested. Solution: Changed the sed scripts to eliminate comments and blank lines. Tested: Cobalt by running bin/runtest. Since this is not really library source, the three platforms test does not apply.
* [svn-r13479] featureHDF Tester2007-03-081-5/+13
| | | | | | | | | | | Show disk usage at different stage of the snapshot processes so that we know how much disk are needed in different stage. (This still does not know how big disk usage during make check process since many temporary files are deleted right after the tests finish.) Tested platform: Kagiso.
* [svn-r13380] Added 'make help' to 1.6 branch.James Laird2007-02-231-0/+65
| | | | Same change as in 1.8 branch. Tested that make still works on kagiso.
* [svn-r13351] Added support for configure.in type files.Albert Cheng2007-02-201-0/+45
|
* [svn-r13320] Added Caution message of the limit of the -fix feature.Albert Cheng2007-02-151-1/+15
| | | | Tested in kagiso.
* [svn-r13318] Updated Copyright notices.Albert Cheng2007-02-1523-91/+114
| | | | Tested platform: Kagiso (serial, pp)
* [svn-r13315] Copied all the upgrade changes from v1.8Albert Cheng2007-02-141-62/+332
| | | | Tested: kagiso
* [svn-r13205] Purpose:Albert Cheng2007-01-261-1/+20
| | | | | | | | | | | | Improvement. Description: Added the forcemode option. (was in hdf4 for months.) auto-configure have changed the ac_try syntax from 'eval $ac_try' to 'eval "$ac_try"'. Add a new global-substitute to support that too. Platforms Tested: Kagiso only since it is just a shell script simple change.
* [svn-r13192] Added check-vfd to the help page content.Albert Cheng2007-01-241-1/+3
|
* [svn-r13191] added the feature of check-vfd from v1.8 branch.Albert Cheng2007-01-241-7/+13
|
* [svn-r13189] Renamed the "archive" option as "releasedir". Changed the ↵Albert Cheng2007-01-241-12/+12
| | | | | | | | | | release directory default to be release_dir in the snapshot base directory so that it is simplier to control release directory destination per snapshot setup. Tested platform: Kagiso.
* [svn-r13169] 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-r13161] 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-r13043] Updated for the new SVN server location.HDF Tester2006-12-111-1/+1
|
* [svn-r12981] Replaced the word cvs with source.HDF Admin2006-11-271-1/+1
|
* [svn-r12978] Cleanup.Albert Cheng2006-11-271-18/+9
| | | | | | | Removed all old references to cvs commands. Tested: Will be tested by the daily tests.
* [svn-r12639] Frank Baker2006-09-041-0/+16
| | | | | | | | Description: Add per-directory abbreviated copyright notices (abbreviated COPYING files pointing to full notices). Tested: MANIFEST verified; not otherwise tested.
* [svn-r12546] Added code to try harder to locate the MANIFEST file in more ↵Albert Cheng2006-08-061-3/+16
| | | | locations.
* [svn-r12485] 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.) Platform tested: Tested by hand in heping and shanti.
* [svn-r12460] Had a typo in the svn command. Changed it from -Q to -q.Albert Cheng2006-07-091-1/+1
|
* [svn-r12459] Converted to use svn instead of cvs. Cvs setup and commands areHDF Admin2006-07-091-2/+7
| | | | still retained for future comparison and maybe removed later.
* [svn-r12385] Purpose:Albert Cheng2006-05-291-0/+5
| | | | | | | | | | | | feature. Description: Added the option of -64 which is similar to -n32. This is needed by Atlantia which has the ABI as -n32. Platforms tested: Pretty straight forward but not testable by h5committest. Will be tested when daily tests run.
* [svn-r12367] Purpose:Albert Cheng2006-05-231-4/+4
| | | | | | | | | | | | | | | | fix. Description: More machines stop supporting "rsh machine command". Worse yet, it hangs the "rsh machine command" process. Solution: Switch the order of testing remote execution to use ssh first, then rsh. Platforms tested: no h5committest since it does not test this command. Change is trivial and will monitor Daily test tonight.
* [svn-r12212] Turned off copyright checking until what need copyright is decided.Albert Cheng2006-04-071-0/+3
|
* [svn-r12160] Purpose:James Laird2006-03-271-2/+7
| | | | | | | | | | | | | | | | | | | Added test Description: The deploy Daily Test is now more robust Solution: Previously, the Daily Tests (using the bin/snapshot script) would run bin/deploy to install HDF5 into a directory other than the --prefix specified at configure-time. However, this new installation was never tested using make check-install. Modified bin/snapshot to clean the test directory and run make check-install for the newly-deployed library. Platforms tested: tested snapshot script on mir. No changes to code. Trial by fire in Daily Tests tonight!
* [svn-r11936] Purpose:Albert Cheng2006-02-151-3/+3
| | | | | | | | | | | | | | | | | | Cleanup Description: v1.7: Removed some debug files left by previous change. Uncommented the removal of the temporary working directory. v1.6: Moved the code of removal of the temporary working directory to a later location in order to stay in sync with v1.7. (The later location is needed for v1.7 code but makes no different to v1.6) Platforms tested: Tested by hand.
* [svn-r11921] Purpose:Albert Cheng2006-02-071-0/+7
| | | | | | | | | | | | improvement. Description: Release must be run at the top of the hdf5 source directory. Added a test to verify this condition at the beginning of the command. Platforms tested: Tested by hand.
* [svn-r11870] Purpose:Albert Cheng2006-01-081-5/+5
| | | | | | | | | | | Bug fix. Description: Fixed a typo and also moved initialization of n_xxxx variables to the common declaration place. Platforms tested: Tested by hand only. WIll see how daily tests work out.
* [svn-r11869] Purpose:Albert Cheng2006-01-081-1/+7
| | | | | | | | | | Feature. Description: Added counters for number of tests passed, failed and skipped. Platforms tested: Will be tested by daily test.
* [svn-r11862] Purpose:Albert Cheng2006-01-041-17/+28
| | | | | | | | | | | | | | | | Bug fix. Description: release created temporary files in .. directory. If the -d directory is the same as the parent directory, it would fail when it tried to copy the temporary files to the destination directory. Solution: Changed release to create a temporary directory and create all temporary files in that temporary directory. Platforms tested: Handtested in heping.
* [svn-r11794] Purpose:HDF Admin2005-12-141-1/+2
| | | | | | | | | | | | | Improvement Description: Release action now prints a message showing Release version and where it deposits it. Platforms tested: Change is simple and will test by hand after check in. Misc. update:
* [svn-r11695] Purpose:Albert Cheng2005-11-091-16/+10
| | | | | | | | | | | | | | | | | Improvement Description: The previous HTML files strategy was to expect the very first comment block is the copyright notice. That did not work well as more and more other comments appear now. Solution: Changed the strategy to look for the only the essential body of copyright notice. This no longer verifies this body of text is a comment block. But the previous strategy is not really bullet-proof either. Platforms tested: tested in heping.
* [svn-r11679] Purpose:Albert Cheng2005-11-031-20/+44
| | | | | | | | | | | | Bug fix, feature. Description: Fix a bug to recognize "#xyz..." is a comment in the init file. Add more binary data file types. Added prunepath command. Platforms tested: heping.
* [svn-r11675] Description:Albert Cheng2005-11-021-0/+2
| | | | | | | | Added messages to remind platform watchers to check for processes still running in the remote machine after timeout. Platforms tested: Just eyeballed. Changes is trivial.
* [svn-r11673] Purpose:Albert Cheng2005-11-021-1/+4
| | | | Added more Windows binary file types and exempted file.