You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/11/01 06:17:40 UTC

svn commit: r329976 - /spamassassin/trunk/build/automc/buildbot_ready

Author: jm
Date: Mon Oct 31 21:17:35 2005
New Revision: 329976

URL: http://svn.apache.org/viewcvs?rev=329976&view=rev
Log:
disable the corpus-rebuild step.  the disks on the zone are just too slow to do this

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=329976&r1=329975&r2=329976&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/buildbot_ready (original)
+++ spamassassin/trunk/build/automc/buildbot_ready Mon Oct 31 21:17:35 2005
@@ -36,10 +36,13 @@
   # system ("svn info --non-interactive > masses/svninfo.tmp");
   system ("svn info > masses/svninfo.tmp < /dev/null");
 
+  if (0) {      # Disabled.  just too slow right now!
+
   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;
+  }
   }
 }