You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/07 07:18:42 UTC

svn commit: r188696 - /maven/components/trunk/ci.sh

Author: brett
Date: Mon Jun  6 22:18:41 2005
New Revision: 188696

URL: http://svn.apache.org/viewcvs?rev=188696&view=rev
Log:
change message when it is skipped due to already running

Modified:
    maven/components/trunk/ci.sh

Modified: maven/components/trunk/ci.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/ci.sh?rev=188696&r1=188695&r2=188696&view=diff
==============================================================================
--- maven/components/trunk/ci.sh (original)
+++ maven/components/trunk/ci.sh Mon Jun  6 22:18:41 2005
@@ -15,7 +15,7 @@
 if [ ! -z "$RUNNING" ]; then
   echo "From: $FROM" > running_log
   echo "To: $TO" >> running_log
-  echo "Subject: [maven2 build - FAILED - $CMD] $DATE" >>running_log
+  echo "Subject: [maven2 build - SKIPPED - $CMD] $DATE" >>running_log
   echo "" >> running_log
   echo "ci.sh already running... exiting" >>running_log
   echo "$RUNNING" >>running_log



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org