summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-12-14 15:04:14 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-12-14 15:04:14 (GMT)
commitfa0689c2529dcf16b2e8ca8c41b6c0d1319fe36b (patch)
tree7bcd35ce521397b672888464bc7b3e7f96be59d0
parenta7e52bfa29a92b1b9e5d598f191006e23a712a9d (diff)
downloadhdf5-fa0689c2529dcf16b2e8ca8c41b6c0d1319fe36b.zip
hdf5-fa0689c2529dcf16b2e8ca8c41b6c0d1319fe36b.tar.gz
hdf5-fa0689c2529dcf16b2e8ca8c41b6c0d1319fe36b.tar.bz2
[svn-r11794] Purpose:
Improvement Description: Release action now prints a message showing Release version and where it deposits it. Platforms tested: Change is simple and will test by hand after check in. Misc. update:
-rwxr-xr-xbin/snapshot3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 6ef1db0..65a83d6 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -433,8 +433,9 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then
# cvs commit if errors encounter here.
set -e
cd ${CURRENT}
- bin/release -d $ARCHIVES $METHODS
RELEASE_VERSION="`perl bin/h5vers -v`"
+ echo "Making snapshot release ($RELEASE_VERSION) to ${ARCHIVES}..."
+ bin/release -d $ARCHIVES $METHODS
perl bin/h5vers -i
cvs -Q commit -m "Snapshot $RELEASE_VERSION"
)