jvanzyl 2004/04/10 11:48:13
Modified: . ci.sh
Log:
Revision Changes Path
1.7 +6 -3 maven-components/ci.sh
Index: ci.sh
===================================================================
RCS file: /home/cvs/maven-components/ci.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ci.sh 10 Apr 2004 18:42:24 -0000 1.6
+++ ci.sh 10 Apr 2004 18:48:13 -0000 1.7
@@ -106,8 +106,11 @@
if [ "$BUILD_REQUIRED" = "true" ]
then
- echo "Updates occured, build required ..." >> log
-
+ echo "Updates occured, build required ..."
+ echo
+ grep ^P $HOME_DIR/$SCM_LOG
+ echo
+
(
cd $DIR/maven-components/maven-core
@@ -116,7 +119,7 @@
else
- echo "No updates occured, no build required. Done." >> log
+ echo "No updates occured, no build required. Done."
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]