diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-10-06 14:31:31 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2017-10-06 14:31:31 (GMT) |
commit | 8d59b5fd4396b32a31ee89d85213d8bb7f1e83aa (patch) | |
tree | 82b7c82f911cb523e082d0dbe6cd94abcff7eb51 | |
parent | 79618af13e72beba6da5a324518325364cd10233 (diff) | |
parent | 34a31e7e132e60d188c613454153a686528c5d3d (diff) | |
download | hdf5-8d59b5fd4396b32a31ee89d85213d8bb7f1e83aa.zip hdf5-8d59b5fd4396b32a31ee89d85213d8bb7f1e83aa.tar.gz hdf5-8d59b5fd4396b32a31ee89d85213d8bb7f1e83aa.tar.bz2 |
Merge pull request #698 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '34a31e7e132e60d188c613454153a686528c5d3d':
Merge pull request #686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
-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..." |