diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-09-27 16:50:17 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-10-05 21:47:46 (GMT) |
commit | 34a31e7e132e60d188c613454153a686528c5d3d (patch) | |
tree | 82b7c82f911cb523e082d0dbe6cd94abcff7eb51 | |
parent | 79618af13e72beba6da5a324518325364cd10233 (diff) | |
download | hdf5-34a31e7e132e60d188c613454153a686528c5d3d.zip hdf5-34a31e7e132e60d188c613454153a686528c5d3d.tar.gz hdf5-34a31e7e132e60d188c613454153a686528c5d3d.tar.bz2 |
Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'fded10f0815f593301ac88d08d05343c8077746a':
Add note to bin/release script with hint for situations where files generated by autogen.sh are missing, causing chkmanifest to fail.
-rwxr-xr-x | bin/release | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/release b/bin/release index 6358b0d..040711a 100755 --- a/bin/release +++ b/bin/release @@ -445,6 +445,12 @@ fi bin/chkmanifest || fail=yes if [ "X$fail" = "Xyes" ]; then if [ $check = yes ]; then + echo "" + echo "Note! If you are running bin/release in a development branch" + echo "later than v 1.8 the MANIFEST check is expected to fail when" + echo "autogen.sh has not been run successfully. Either run autogen.sh " + echo "with /usr/hdf/bin/AUTOTOOLS at the beginning of PATH or add the" + echo "--nocheck argument to the bin/release command." exit 1 else echo "Continuing anyway..." |