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/10 13:03:00 UTC

svn commit: r1814845 - /spamassassin/trunk/build/mkupdates/do-stable-update-with-scores

Author: davej
Date: Fri Nov 10 13:02:59 2017
New Revision: 1814845

URL: http://svn.apache.org/viewvc?rev=1814845&view=rev
Log:
Fixed path to run masscheck script from proper SVN checkout area on the server.

Modified:
    spamassassin/trunk/build/mkupdates/do-stable-update-with-scores

Modified: spamassassin/trunk/build/mkupdates/do-stable-update-with-scores
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/do-stable-update-with-scores?rev=1814845&r1=1814844&r2=1814845&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/do-stable-update-with-scores (original)
+++ spamassassin/trunk/build/mkupdates/do-stable-update-with-scores Fri Nov 10 13:02:59 2017
@@ -8,7 +8,7 @@ set -x
 #ADDING MORE EXIT STATUS CHECKS FOR BUG 6702
 echo "'Running do-nightly-rescore-example.sh ..."
 echo ""
-/usr/local/spamassassin/automc/svn/masses/rule-update-score-gen/do-nightly-rescore-example.sh $1
+/usr/local/spamassassin/automc/svn/trunk/masses/rule-update-score-gen/do-nightly-rescore-example.sh $1
 
 RV=$?
 if [ $RV -ne 0 ] ; then