Author: crossley
Date: Mon Jan 7 20:27:05 2008
New Revision: 609866
URL: http://svn.apache.org/viewvc?rev=609866&view=rev
Log:
Add some datestamps so that we can see why 'svn update' and 'build' is so slow
on helios.
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=609866&r1=609865&r2=609866&view=diff
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Mon Jan 7 20:27:05 2008
@@ -56,6 +56,7 @@
fi
echo >> $logfile
+date >> $logfile
echo "Do build clean ..." >> $logfile
cd main
./build.sh clean >> $logfile 2>&1
@@ -66,6 +67,7 @@
fi
echo >> $logfile
+date >> $logfile
echo "Do build ..." >> $logfile 2>&1
./build.sh >> $logfile 2>&1
statusBuild=$?
@@ -74,3 +76,7 @@
if [ ! $statusBuild ]; then
sendMsg "build failed"
fi
+
+echo >> $logfile
+date >> $logfile
+echo "Finished" >> $logfile