You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pd...@apache.org on 2019/06/02 20:28:51 UTC

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

Author: pds
Date: Sun Jun  2 20:28:51 2019
New Revision: 1860534

URL: http://svn.apache.org/viewvc?rev=1860534&view=rev
Log:
Use file mtime - more accurate

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?rev=1860534&r1=1860533&r2=1860534&view=diff
==============================================================================
--- spamassassin/trunk/masses/rule-qa/corpus-hourly (original)
+++ spamassassin/trunk/masses/rule-qa/corpus-hourly Sun Jun  2 20:28:51 2019
@@ -343,7 +343,7 @@ sub gen_class {
     }
   }
 
-  if (!$needs_rebuild) {
+  if ((!$needs_rebuild) && ($last_build != $time_start)) {
     print "last buildtime is fresher than sources\n";
     return;
   }