From dae4c6c1ebad07b4e3b2a6ebbdba0d1db8223368 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 13 Mar 2000 10:20:46 -0500 Subject: [svn-r2024] Added comments why the replacement of PREVIOUS should process even if the overall release process has an error. --- bin/snapshot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/snapshot b/bin/snapshot index 5bf1931..3b29e2b 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -255,6 +255,9 @@ if [ "$cmd" = "all" -o -n "$cmdrel" ]; then fi # Replace the previous version with the current version. + # Should check if the errcode of the release process but there + # are other failures after release was done (e.g. h5vers or cvs failures) + # that should allow the replacement to occure. rm -rf ${PREVIOUS} mv ${CURRENT} ${PREVIOUS} fi #Release snapshot -- cgit v0.12