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/10/31 03:11:18 UTC

svn commit: r329704 - /spamassassin/trunk/build/automc/run_preflight

Author: jm
Date: Sun Oct 30 18:11:16 2005
New Revision: 329704

URL: http://svn.apache.org/viewcvs?rev=329704&view=rev
Log:
duh.  having each slave do this will result in, guess what, collisions; so do it from cron instead

Modified:
    spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/run_preflight?rev=329704&r1=329703&r2=329704&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Sun Oct 30 18:11:16 2005
@@ -8,9 +8,6 @@
   die "no perl path found in ARGV!";
 }
 
-# get the mass-check corpora ready
-run "/home/bbmass/populate_cor";
-
 chdir "masses" or die;
 
 my $slavename = "generic";