You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2014/02/11 18:40:35 UTC

svn commit: r1567229 - /spamassassin/trunk/build/update_website_docs

Author: kmcgrail
Date: Tue Feb 11 17:40:34 2014
New Revision: 1567229

URL: http://svn.apache.org/r1567229
Log:
added some notes about how to use update_website_docs on other systems

Modified:
    spamassassin/trunk/build/update_website_docs

Modified: spamassassin/trunk/build/update_website_docs
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/update_website_docs?rev=1567229&r1=1567228&r2=1567229&view=diff
==============================================================================
--- spamassassin/trunk/build/update_website_docs (original)
+++ spamassassin/trunk/build/update_website_docs Tue Feb 11 17:40:34 2014
@@ -1,13 +1,17 @@
 #!/bin/sh
 
+#IF RUNNING ON ZONES
 WEBDIR=/var/www/buildbot.spamassassin.org/staging/website
+#WEBDIR=/usr/src/Mail-SpamAssassin/site
 vers=3.4.x
 
 if [ -z "$PERL" ]; then
   if [ -x /home/jm/perl584/bin/perl ]; then
     PERL=/home/jm/perl584/bin/perl
   else
-    PERL=/usr/local/bin/perl
+    #IF RUNNING ON ZONES
+    PERL=perl
+    #PERL=/usr/local/bin/perl
   fi
 fi