|
Boost-Commit : |
From: troy_at_[hidden]
Date: 2007-05-28 23:46:03
Author: troy
Date: 2007-05-28 23:46:02 EDT (Mon, 28 May 2007)
New Revision: 4346
URL: http://svn.boost.org/trac/boost/changeset/4346
Log:
clean continuous directories at midnight
Text files modified:
sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
Modified: sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh
==============================================================================
--- sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh (original)
+++ sandbox-branches/boost-cmake/unix_testing_node/continuous/run.sh 2007-05-28 23:46:02 EDT (Mon, 28 May 2007)
@@ -23,18 +23,14 @@
ctest -D Continuous
}
-COUNT=0
-
while true
do
-# sleep 180 # wait three minutes
- COUNT=`expr $COUNT + 1`
echo "COUNT = $COUNT"
do_builds
- if [ $COUNT -eq 5 ]
+ if [ `date +%H` -eq 0 ]
then
clean_dirs
- COUNT=0
fi
+ sleep 300 # wait 5 minutes
done
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk