Mailing List Archive

svn commit: r329738 - /spamassassin/trunk/build/automc/buildbot_ready
Author: jm
Date: Sun Oct 30 20:43:07 2005
New Revision: 329738

URL: http://svn.apache.org/viewcvs?rev=329738&view=rev
Log:
a little more time needed I think

Modified:
spamassassin/trunk/build/automc/buildbot_ready

Modified: spamassassin/trunk/build/automc/buildbot_ready
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/buildbot_ready?rev=329738&r1=329737&r2=329738&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/buildbot_ready (original)
+++ spamassassin/trunk/build/automc/buildbot_ready Sun Oct 30 20:43:07 2005
@@ -36,9 +36,11 @@
# system ("svn info --non-interactive > masses/svninfo.tmp");
system ("svn info > masses/svninfo.tmp < /dev/null");

- # sleep 10 -- give the "winning" slave time to get started on the
- # work we also need done
- perform_singleton_actions() or sleep 10;
+ if (!perform_singleton_actions()) {
+ # give the "winning" slave time to do the work we also need done
+ print "sleeping for 60 seconds so that corpus is rebuilt\n";
+ sleep 60;
+ }
}

sub perform_singleton_actions {