summaryrefslogtreecommitdiffstats
path: root/bin/release
Commit message (Collapse)AuthorAgeFilesLines
* 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 examples version because of HDFFV-11269 (#998)Allen Byrne2021-09-101-3/+3
|
* Update examples version used by CMake (#882)Allen Byrne2021-08-121-3/+3
|
* Changes to docs for using plugins (#814)Allen Byrne2021-07-141-3/+8
| | | | | | | * Changes to docs for using plugins * VS2019 corrections * Fix typo
* 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.
* Minor normalizations with 1.12 branchDana Robinson2020-08-011-108/+108
|
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-04-221-139/+139
|
* Update examples and fix old version references.Allen Byrne2020-02-261-3/+3
|
* Update versioning to next major versionAllen Byrne2019-09-251-3/+3
|
* Change examples file to zip for CMake zip file.Larry Knox2019-02-011-1/+1
|
* Update bin/release for filename changes and HPC-CMake tar fileLarry Knox2019-02-011-7/+11
| | | | corrections.
* Add more specific batch scripts.Larry Knox2019-01-311-3/+99
| | | | | | Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release.
* Update HDF5-Examples version to be included in CMake-* tar/zip files.hdftest2018-11-051-2/+2
|
* Update HDF5 examples to correct version.Larry Knox2018-07-241-2/+2
|
* Correct a few typos.Larry Knox2018-07-241-3/+3
|
* Update bine/release to create batch scripts and build-unix-sh, and toLarry Knox2018-07-241-33/+38
| | | | put files in a subdirectory.
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-15/+7
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Clear RELEASE.txt after HDF5 1.10.2 releaselrknox2018-04-031-7/+15
| | | | | | Bring README.txt and INSTALL* updates from hdf5_1_10_2 branch to hdf5_1_10 branch. Bring bin/release changes to hdff5_1_10 branch.
* Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-10-051-0/+6
| | | | | * commit 'fded10f0815f593301ac88d08d05343c8077746a': Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
* Correct VS2017 referencesAllen Byrne2017-09-051-2/+2
|
* 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.
* Make release script fail and return failing exit code when any of the steps ↵lrknox2017-02-211-5/+5
| | | | for creating the docs.tar file fails.
* h5vers:lrknox2017-02-211-5/+190
| | | | | | | | | | | | | | | | Added code to update version strings in config/cmake/scripts/HDF5config.cmake. release: Added options to create CMake tar.gz and zip files containing the HDF5 source and scripts to build and test HDF5 with cmake and ctest by running a single command. These were previously assembled manually. Added a call to h5vers to set the version being released where it occurs in files. In particular, the sub-release version string "currently under development" was not being removed from cpp_doc_config or HDF5config.cmake.
* AM_MAINTAINER_MODE should be set to "disable" for releases. Check tolrknox2016-12-231-0/+15
| | | | | see if it's enabled, and if it is, call switch_maint_mode -disable before creating release files, then set it back to enable afterward.
* Add --docver option to relesae on develop branch.lrknox2016-12-161-5/+20
|
* Translate svn commands and references to git.lrknox2016-10-241-3/+3
|
* Correct typo: add ' 'lrknox2016-10-011-1/+1
|
* Snapshot release: increment version.lrknox2016-10-011-1/+1
|
* [svn-r26675] HDFFV-9201: Create md5s for bzip, gzip and zip filesAlbert Cheng2015-03-311-11/+15
| | | | | | An md5 checksum is produced for each archive created and stored in the md5 file Tested: jam by hand.
* [svn-r25891] Updated online help page to match what the command does now.Albert Cheng2014-12-171-3/+2
| | | | Tested: "bin/release -h" and visual inspect the output to be correct.
* [svn-r25136] Bug: HDFFV-8433Albert Cheng2014-04-301-23/+26
| | | | | | | The temporary directory used by zip is the same as the rest but it has to be different. Changed tar2zip to use a different (ztmpdir) name. Tested: by hand running "bin/release ... gzip zip md5".
* [svn-r25120] HDFFV-8755: Remove compress option from bin/releaseAlbert Cheng2014-04-251-6/+5
| | | | Tested: by hand. "bin/release ... compress" to see it failed and to see it succeeded when compress is not used.
* [svn-r25096] Bug: HDFFV-8433Albert Cheng2014-04-241-0/+72
| | | | | | | | | | | Need to unify Windows release process (zip file) and Unix release process (bin/release-> tarfile) Solution: Added a new option (zip) to generate Windows zip file from the release tarball. Tested: by hand running "bin/release ... gzip zip" to verify zip file looks right. Allen and Dana then confirmed the zip file can be used to build and test HDF5 library without error.
* [svn-r20986] Changed the release date format to yyyy-mm-dd from the previous ↵Albert Cheng2011-06-151-1/+2
| | | | | | `date` form. Tested: Jam by running bin/release and eyeballed the new date format.
* [svn-r17592] Bug fix:Albert Cheng2009-10-061-2/+4
| | | | | | | | Release would leave behind an Makefile even if it did not exist before. Fixed by restoring only the pre-existed Makefile. Tested: Jam.
* [svn-r16271] Bug fix.Albert Cheng2009-01-061-37/+12
| | | | | | | | | 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-r13311] Updated copyright notice.Albert Cheng2007-02-141-2/+3
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r13300] Description:Quincey Koziol2007-02-141-0/+2
| | | | | | | | | Add mention of the h5copy & h5mkgrp tools to the release notes. Update documentation for the "--private" flag in release script Tested on: None - just text/comment changes
* [svn-r13194] Bug Fix.HDF Tester2007-01-251-3/+3
| | | | | | | | Updated the DOC_URL with the new Repository URL. Fixed a syntax error in the doc release commands. Tested: kagiso
* [svn-r11957] Purpose:James Laird2006-02-201-2/+2
| | | | | | | | | | | Change to release script Description: Silenced doxygen's output when bin/release doc is run. Now if doxygen has an error the release script will exit. Platforms tested: mir
* [svn-r11937] Purpose:Albert Cheng2006-02-151-1/+20
| | | | | | | | | | | | | New feature. Description: Added the feature to make a release tarball for the documents tree too. Platforms tested: Feature code was created by James. I just did some touch up and tested it by hand in heping. I am checking it in while he is absent. Misc. update:
* [svn-r11935] Purpose:Albert Cheng2006-02-151-2/+2
| | | | | | | | | | | | | | | | | | 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-r11920] 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-r11916] Purpose:James Laird2006-02-011-4/+9
| | | | | | | | | | | | | | | | Bug fix in release script Description: release --private should create a release without changing the current version of the library. This wasn't working for the libtool version, which was getting bumped regardless. Solution: Fixed the release and h5vers scripts to leave the source directory unchanged when bin/release --private is run. Platforms tested: mir (changes to scripts only)
* [svn-r11861] 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-r11596] Purpose:Quincey Koziol2005-10-221-0/+13
| | | | | | | | | | | Update copyrights Description: Updated copyright information in hdf5/bin and top-level and added some more files to be skipped to the chkcopyright config file. Platforms tested: None - just eyeballed
* [svn-r11362] Purpose:James Laird2005-09-071-17/+31
| | | | | | | | | | | | | | | | | | | | Feature - md5 checksum Description: Added md5 checksumming to snapshot releases. When bin/release is run, it will by default create a .tar archive and a .md5 checksum of that archive in the destination directory. Solution: md5 is now a method in bin/release, along with the various ways to compress hdf5. The checksum is always of the .tar archive, even when other forms of compression are used (this is so that a given release always has only one checksum, for simplicity). Platforms tested: mir (change to bin/release only) Misc. update:
* [svn-r11082] Purpose:HDF Admin2005-07-181-3/+0
| | | | | | | | | | | | | | | | | | | | upgrade. Description: Release used to copy the updated release_docs/HISTORY.txt and release_docs/RELEASE.txt to the doc/html/ADGuide. The doc/ is removed from the source tree. So, remove the command that does the copying. Note that once the separated doc/ location is known, release needs to copy the two files into them and committed them via sub-version commands. Platforms tested: No test because it is a trivial change and it is not easy to change without triggering the full release process. Misc. update:
* [svn-r9088] Purpose:Albert Cheng2004-08-151-0/+82
| | | | | | | | | | | | | | | Feature Description: Added --private option which is for individuals making a private release version. It sets the SubRelease string to the date of release. This should be sufficient to distinguish releases provided one does not make two private releases on the same day. Platforms tested: No h5committest since it does not test this feature. Hand tested it in Eirene.