You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2011/05/20 06:14:47 UTC

svn commit: r1125226 - /spamassassin/trunk/build/mkupdates/revert-stable-update

Author: dos
Date: Fri May 20 04:14:46 2011
New Revision: 1125226

URL: http://svn.apache.org/viewvc?rev=1125226&view=rev
Log:
load environment stuff; simplify usage instructions

Modified:
    spamassassin/trunk/build/mkupdates/revert-stable-update

Modified: spamassassin/trunk/build/mkupdates/revert-stable-update
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/revert-stable-update?rev=1125226&r1=1125225&r2=1125226&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/revert-stable-update (original)
+++ spamassassin/trunk/build/mkupdates/revert-stable-update Fri May 20 04:14:46 2011
@@ -21,11 +21,7 @@
 #
 # 3. sudo su - updatesd
 #
-# 4. cd              (to home dir of updatesd)
-#
-# 5. cd svn/mkupdates-with-scores
-#
-# 6. ./revert-stable-update 1234567
+# 4. /home/updatesd/svn/new-rule-score-gen/revert-stable-update 1234567
 #
 # The script will copy the supplied update version 1234567 to a new
 # update version in order that it will superseed the current update.
@@ -34,6 +30,10 @@
 # update DNS in 16 minutes after completion of testing to give the
 # mirrors time to update.
 
+. /etc/profile
+PATH=/home/jm/sabuildtools/bin:$PATH
+cd /home/updatesd/svn/new-rule-score-gen
+
 set -e
 umask 022