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 2007/07/31 16:18:14 UTC

svn commit: r561337 - /spamassassin/trunk/masses/rule-qa/corpus-hourly

Author: jm
Date: Tue Jul 31 07:18:12 2007
New Revision: 561337

URL: http://svn.apache.org/viewvc?view=rev&rev=561337
Log:
slightly better output from corpus-hourly script

Modified:
    spamassassin/trunk/masses/rule-qa/corpus-hourly

Modified: spamassassin/trunk/masses/rule-qa/corpus-hourly
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/corpus-hourly?view=diff&rev=561337&r1=561336&r2=561337
==============================================================================
--- spamassassin/trunk/masses/rule-qa/corpus-hourly (original)
+++ spamassassin/trunk/masses/rule-qa/corpus-hourly Tue Jul 31 07:18:12 2007
@@ -280,8 +280,6 @@
       }
       $rev = $1;
 
-      print STDERR "generating: $class.$age for $daterev\n";
-
       if ($class eq "NET") {
         next unless $is_net_daterev{$daterev};
       }
@@ -294,7 +292,7 @@
 sub gen_class {
   my ($daterev, $rev, $class, $age) = @_;
 
-  print STDERR "\ngenerating $daterev $class.$age:\n";
+  print STDERR "\ngenerating: $opt{html}/$daterev/$class.$age\n";
 
   return if ($class eq "NET" && $age !~ /^(?:new|all|age|7day)$/);
 
@@ -331,7 +329,6 @@
   }
 
   my $dir = create_outputdir($daterev);
-
   my $fname = "$dir/$class.$age";
 
   # now, if the target file already exists, check to see if it's newer