From: adilger Date: Sat, 25 Jun 2005 06:00:09 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: 1.4.10~978 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c8bfc38359c62cf438fd080491199a24abeea30a;p=fs%2Flustre-release.git Branch b1_4 Shouldn't be able to run land2.sh with uncommitted changes. --- diff --git a/build/land2.sh b/build/land2.sh index 2bb9fad..26dce76 100755 --- a/build/land2.sh +++ b/build/land2.sh @@ -15,7 +15,7 @@ if [ -f "$CONFLICTS" ] ; then exit fi -#cvs update $dir 2>&1 | grep "^M" && echo "uncommitted changes" && exit 1 +cvs update $dir 2>&1 | grep "^M" && echo "uncommitted changes" && exit 1 echo -n "Tagging as ${CHILD}_BASE_$date ..." $CVS tag -F ${CHILD}_BASE_$date $dir