You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/02/05 13:47:44 UTC

svn commit: r375016 - /lenya/zone/bin/nightly-trunk.sh

Author: thorsten
Date: Sun Feb  5 04:47:43 2006
New Revision: 375016

URL: http://svn.apache.org/viewcvs?rev=375016&view=rev
Log:
Adding status to the log

Modified:
    lenya/zone/bin/nightly-trunk.sh

Modified: lenya/zone/bin/nightly-trunk.sh
URL: http://svn.apache.org/viewcvs/lenya/zone/bin/nightly-trunk.sh?rev=375016&r1=375015&r2=375016&view=diff
==============================================================================
--- lenya/zone/bin/nightly-trunk.sh (original)
+++ lenya/zone/bin/nightly-trunk.sh Sun Feb  5 04:47:43 2006
@@ -103,6 +103,7 @@
 echo "#building clean" >> $logfile 2>&1
 ./build.sh clean >> $logfile 2>&1
  status=$?
+ echo "statusBuildClean=$status" >> $logfile
  if [ ! $status ]; then
    sendMsg "[lenya.trunk.update] lenya-trunk build clean failed" $weblog "Please resolve possible conflicts by hand logging into the zone server and looking at  /export/home/lenya/src/lenya-trunk"
    exit 1
@@ -110,6 +111,7 @@
 echo "#building" >> $logfile 2>&1
 ./build.sh >> $logfile 2>&1
  status=$?
+ echo "statusBuild=$status" >> $logfile
  if [ ! $status ]; then
    sendMsg "[lenya.trunk.update] lenya-trunk build failed" $weblog "Please resolve possible conflicts by hand logging into the zone server and looking at  /export/home/lenya/src/lenya-trunk"
    exit 1



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org