summaryrefslogtreecommitdiffstats
path: root/bin/bbrelease
Commit message (Collapse)AuthorAgeFilesLines
* Replace obsolete docver arg with arg to supply branch name (#1771)Allen Byrne2022-05-131-31/+11
|
* Use git command to get branch name (#1748)Allen Byrne2022-05-071-1/+1
|
* Change order of naming commands (#1742)Allen Byrne2022-05-061-1/+2
|
* Removes the MANIFEST file and unused release files (#1497)Dana Robinson2022-03-151-145/+93
| | | | | * Removes the MANIFEST file and unused release files * Updated tar command
* Updated README.txt to README.md (#1375)Scot Breitenfeld2022-01-141-2/+2
| | | | | | | | | | | * H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 * H5Oget_info_by_name, name can be any object, not just a group * Converted README.txt to README.md and updated files referring to README.txt to README.md. * removed references to README.txt * updated MANIFEST
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* 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-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.