/[Apache-SVN]/spamassassin/trunk/build/automc/run_preflight
ViewVC logotype

Diff of /spamassassin/trunk/build/automc/run_preflight

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/build/automc/run_preflight	2005/10/19 23:33:51	326754
+++ spamassassin/trunk/build/automc/run_preflight	2005/10/19 23:34:24	326755
@@ -2,17 +2,12 @@
 
 use strict;
 sub run;
-sleep 5;        # temp; avoid overloading
 
 my $perl = $^X;
 if (!$perl) {
   die "no perl path found in ARGV!";
 }
 
-# build, as necessary
-run "$perl Makefile.PL < /dev/null";
-run "make";
-
 chdir "masses" or die;
 
 my $slavename = "generic";
@@ -21,7 +16,7 @@ my $pwd = `pwd`;
 $pwd =~ /slaves\/([-_A-Za-z0-9]+)\//; if ($1) { $slavename = $1; }
 
 my $targets = "/cor/$1/targets";
-warn "using corpus targets file: $targets\n";
+print "[using corpus targets file: $targets]\n";
 
 # this is run in a chroot jail, just in case there's hostile
 # rule code in there...

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26