summaryrefslogtreecommitdiffstats
path: root/bin/bbrelease
Commit message (Collapse)AuthorAgeFilesLines
* Update HDF5 1.8 copyright headers with updated copyright URL (#148)Larry Knox2020-12-041-1/+1
| | | | | | | * Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
* Change copyright headers to replace url referring to file to belrknox2017-05-161-6/+4
| | | | removed and replace it with new url for COPYING file.
* Translate SVN commands and references to GIT.lrknox2016-10-241-5/+5
|
* Restrict git commit hash in tar file names to first 7 characterslrknox2016-09-061-1/+1
| | | | with --short option.
* emoved .gitattributes and .gitignore, as the manual migration did notlrknox2016-08-301-5/+14
| | | | | | create them. Corrected bbrelease script to create new release version with revision hash.
* Translate svn commands to git commands for chkmanifest and bbreleaselrknox2016-08-301-3/+5
| | | | | | | | | | 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.
* [svn-r27899] Modify bbrelease to use "Revision:" number from svn info, not ↵Larry Knox2015-09-281-1/+1
| | | | | | "Last Changed Rev:" number. Tested on jam
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-1/+1
| | | | Add mod file changes from trunk
* [svn-r27282] Change generic directory in tarballs to hdfsrc.Larry Knox2015-06-251-4/+4
| | | | Remove some commented lines.
* [svn-r27279] 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.