summaryrefslogtreecommitdiffstats
path: root/bin/bbrelease
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1506)Dana Robinson2022-03-231-145/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Brought over plugin and test script changes * Removes remaining register keywords (#1481) * Fixed warnings in the aux process code * Minor fixes from develop * Minor changes from develop, fixed format warnings * Formatted source * Added HD prefix to timespec_get * Cleanup in new files * Removes the MANIFEST file and unused release files (#1497) * Removes the MANIFEST file and unused release files * Updated tar command * checkposix corrections * More checkposix fixes * Ripped out unused instrumentation functionality * Brought over cache tagging changes from develop * Changes to tagged metadata expulsion iteration * Fixed typo * Brought over H5O__free() changes from develop * Brings (unused) parallel page buffer test in line with develop * Moved the functionality in supervise.subr to test_vfd_swmr.sh * Tools VFD parameter updates * Committing clang-format changes * H5F VFD SWMR refactoring * Committing clang-format changes * Misc changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-5/+5
| | | Much normalization with develop. Still needs tools changes wrt VFD plugins.
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* 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-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.