From 4d005161a58ebda23f2effdf1728419e0b5bc849 Mon Sep 17 00:00:00 2001 From: HDF Admin Date: Wed, 14 Dec 2005 10:04:11 -0500 Subject: [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: --- bin/snapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ) -- cgit v0.12