brett 2005/04/13 04:31:53
Modified: . ci.sh Log: build on updates as well as patches Revision Changes Path 1.40 +2 -2 maven-components/ci.sh Index: ci.sh =================================================================== RCS file: /home/cvs/maven-components/ci.sh,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ci.sh 13 Apr 2005 11:28:50 -0000 1.39 +++ ci.sh 13 Apr 2005 11:31:53 -0000 1.40 @@ -78,7 +78,7 @@ cvs update -dP > $HOME_DIR/$SCM_LOG 2>&1 - grep ^P $HOME_DIR/$SCM_LOG > /dev/null 2>&1 + grep ^[PU] $HOME_DIR/$SCM_LOG > /dev/null 2>&1 if [ "$?" = "1" ] then @@ -102,7 +102,7 @@ echo "Updates occured, build required ..." echo - grep ^P $HOME_DIR/$SCM_LOG + grep ^[PU] $HOME_DIR/$SCM_LOG echo (