mirror of https://github.com/apache/maven.git
build on updates as well as patches
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7b602b387
commit
ea036c2919
4
ci.sh
4
ci.sh
|
@ -78,7 +78,7 @@ export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
|
|||
|
||||
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 @@ export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
|
|||
|
||||
echo "Updates occured, build required ..."
|
||||
echo
|
||||
grep ^P $HOME_DIR/$SCM_LOG
|
||||
grep ^[PU] $HOME_DIR/$SCM_LOG
|
||||
echo
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue