You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2008/01/18 09:12:15 UTC

svn commit: r613095 - /forrest/zone/config/update-forrest-trunk.sh

Author: crossley
Date: Fri Jan 18 00:12:14 2008
New Revision: 613095

URL: http://svn.apache.org/viewvc?rev=613095&view=rev
Log:
Report elapsed times to update svn and clean-build Forrest.

Modified:
    forrest/zone/config/update-forrest-trunk.sh

Modified: forrest/zone/config/update-forrest-trunk.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/update-forrest-trunk.sh?rev=613095&r1=613094&r2=613095&view=diff
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Fri Jan 18 00:12:14 2008
@@ -56,6 +56,7 @@
   sendMsg "svn update failed"
   exit 1
 fi
+elapsedSvn=${SECONDS}
 
 echo >> $logfile
 date >> $logfile
@@ -82,4 +83,5 @@
 echo >> $logfile
 date >> $logfile
 uptime >> $logfile
-echo "Finished" >> $logfile
+elapsedTotal=${SECONDS}
+echo "Finished: elapsed time in seconds: total=$elapsedTotal svn=$elapsedSvn" >> $logfile