Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17a51fe
)
Branch b1_4
author
adilger
<adilger>
Sat, 25 Jun 2005 06:00:09 +0000
(06:00 +0000)
committer
adilger
<adilger>
Sat, 25 Jun 2005 06:00:09 +0000
(06:00 +0000)
Shouldn't be able to run land2.sh with uncommitted changes.
build/land2.sh
patch
|
blob
|
history
diff --git
a/build/land2.sh
b/build/land2.sh
index
2bb9fad
..
26dce76
100755
(executable)
--- 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