diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 3 |
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" ) |