summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-12-14 15:04:11 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-12-14 15:04:11 (GMT)
commit4d005161a58ebda23f2effdf1728419e0b5bc849 (patch)
treee78e6fc1840bc7d2fb19f807f80bb7f262c5479c /bin
parent7a4780e0def60568adb29e8cdcc6c25f253dd787 (diff)
downloadhdf5-4d005161a58ebda23f2effdf1728419e0b5bc849.zip
hdf5-4d005161a58ebda23f2effdf1728419e0b5bc849.tar.gz
hdf5-4d005161a58ebda23f2effdf1728419e0b5bc849.tar.bz2
[svn-r11793] 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:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 5d6eeb4..06cab32 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -436,8 +436,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"
)