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/02/12 13:54:05 UTC

svn commit: r506435 - /spamassassin/trunk/masses/runGA

Author: jm
Date: Mon Feb 12 04:54:02 2007
New Revision: 506435

URL: http://svn.apache.org/viewvc?view=rev&rev=506435
Log:
ensure the gen-foo dir contains a copy of the full scores file

Modified:
    spamassassin/trunk/masses/runGA

Modified: spamassassin/trunk/masses/runGA
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/runGA?view=diff&rev=506435&r1=506434&r2=506435
==============================================================================
--- spamassassin/trunk/masses/runGA (original)
+++ spamassassin/trunk/masses/runGA Mon Feb 12 04:54:02 2007
@@ -75,6 +75,8 @@
 svn revert ../rules/50_scores.cf
 ./rewrite-cf-with-new-scores $SCORESET ../rules/50_scores.cf $LOGDIR/scores > /tmp/runGA.$$
 mv /tmp/runGA.$$ ../rules/50_scores.cf
+cp ../rules/50_scores.cf $LOGDIR/50_scores.cf
+
 ./fp-fn-statistics --ham ham-test.log --spam spam-test.log --scoreset $SCORESET --fnlog $LOGDIR/false_negatives --fplog $LOGDIR/false_positives > $LOGDIR/test
 
 else