You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by da...@apache.org on 2017/11/04 01:28:05 UTC

svn commit: r1814241 - /spamassassin/trunk/build/mkupdates/mkupdate-with-scores

Author: davej
Date: Sat Nov  4 01:28:05 2017
New Revision: 1814241

URL: http://svn.apache.org/viewvc?rev=1814241&view=rev
Log:
Remove temp workaround for 72_scores.cf after finding the bug thanks to Merjin van den Kroonenberg.

Modified:
    spamassassin/trunk/build/mkupdates/mkupdate-with-scores

Modified: spamassassin/trunk/build/mkupdates/mkupdate-with-scores
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/mkupdate-with-scores?rev=1814241&r1=1814240&r2=1814241&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/mkupdate-with-scores (original)
+++ spamassassin/trunk/build/mkupdates/mkupdate-with-scores Sat Nov  4 01:28:05 2017
@@ -131,10 +131,6 @@ make_rule_update_from_trunk() {
 
   cp trunk-rulesrc-scores/72_scores.cf trunk/rules/72_scores.cf
 
-  # Temp fix to force the last known good 72_scores.cf
-  svn co --revision=1786976 --force https://svn.apache.org/repos/asf/spamassassin/trunk/rulesrc/scores last_known_good
-  cp last_known_good/72_scores.cf trunk/rules/72_scores.cf
-
   # note: one of set0 or set1 stats might be incorrect (not all of their rules
   #       are included in the update) I can't remember if we eliminate dropped
   #       rules in generate-new-scores or not (we run the sets in a particular