summaryrefslogtreecommitdiffstats
path: root/bin/bbrelease
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* Translate svn commands and references to git.lrknox2016-10-241-5/+5
|
* Restrict git commit hash in tar file names to first 7 characters withlrknox2016-09-061-1/+1
| | | | --short option.
* Merge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-08-311-5/+14
| | | | | | | * commit '5aee5213190f145b5a734f5dc76a67c82f7d6b82': emoved .gitattributes and .gitignore, as the manual migration did not create them. Corrected bbrelease script to create new release version with revision hash. Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered 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. Removed the -p option from the command to run autogen.sh. It interfered 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-3/+5
| | | | scripts with source in git repository.
* [svn-r27997] Autogen.sh is no longer marked _DO_NOT_DISTRIBUTE_ in the ↵Larry Knox2015-10-071-1/+0
| | | | MANIFEST file. Therefore bbrelease does not need to expressly add it to the source tar file.
* [svn-r27900] Modify bbrelease to use "Revision:" number from svn info, not ↵Larry Knox2015-09-281-1/+1
| | | | | | "Last Changed Rev:" number. Tested on jam
* [svn-r27826] Modify bbrelease to add autogen.sh to the source tarball.Larry Knox2015-09-181-0/+1
|
* [svn-r27819] bbrelease is a modified copy of the release script, which ↵Larry Knox2015-09-171-1/+9
| | | | | | checks for the "configure" file to verify that it is in the top level HDF5 directory. bbrelease creates a tar file for buildbot testing, and since configure is no longer checked in, the script failed. configure.ac should always be present in the top level source directory, even before running autogen.sh, so it should be a workable substitute for the verification. Tested with h5committest.
* [svn-r27624] Update bin/bbrelease to handle changed output of 'svn info' ↵Larry Knox2015-08-311-1/+1
| | | | | | with svn version 1.8. Change to experimental release script bbrelease for buildbot to eliminate extra line in version output.
* [svn-r27283] Change generic directory in tarballs to hdfsrc.Larry Knox2015-06-251-4/+4
| | | | Remove some commented lines.
* [svn-r27280] Add temporary file to create tarballs for buildbot (and ↵Larry Knox2015-06-241-0/+394
possibly all) daily testing. When the behavior is acceptable, the changes should be merged into the regular release script as a --revision option.