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 2007/07/04 22:12:30 UTC

svn commit: r553321 - /spamassassin/trunk/build/mkupdates/run_part2

Author: dos
Date: Wed Jul  4 13:12:29 2007
New Revision: 553321

URL: http://svn.apache.org/viewvc?view=rev&rev=553321
Log:
revert r534396 that broke rule updates for trunk

Modified:
    spamassassin/trunk/build/mkupdates/run_part2

Modified: spamassassin/trunk/build/mkupdates/run_part2
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/run_part2?view=diff&rev=553321&r1=553320&r2=553321
==============================================================================
--- spamassassin/trunk/build/mkupdates/run_part2 (original)
+++ spamassassin/trunk/build/mkupdates/run_part2 Wed Jul  4 13:12:29 2007
@@ -16,25 +16,20 @@
 PERL=/local/perl586/bin/perl
 export PERL 
 
-# [May  2 2007 jm: note that this is now NOT pushing tarballs to users via
-# sa-update; this script is outputting to buildbot.spamassassin.org/updatedev/
-# and 0.2.3.updates.dev.spamassassin.org .]
-
 # download stage, where update tarballs are deposited for downloaders
 #
-# dev, testing:
-stagedir=/var/www/buildbot.spamassassin.org/updatedev
-# live:
-## stagedir=/var/www/buildbot.spamassassin.org/updatestage
+stagedir=/var/www/buildbot.spamassassin.org/updatestage
 
 # directory where "0.2.3" and other version-specific files live.
 # it's assumed that the *real* zone $INCLUDEs files from this dir.
 # it must be writable by the user this script runs as.
 #
 # dev, testing:
-dnsdir=/var/named/updates.dev.spamassassin.org.d
+# dnsdir=/var/named/updates.dev.spamassassin.org.d
 # live:
 # dnsdir=/var/named/updates.spamassassin.org.d
+#
+dnsdir=/var/named/updates.spamassassin.org.d
 
 # directory where "counter", "soa_line.tmpl", "soa_line" live.
 # it's assumed that the *real* zone $INCLUDEs files from this dir.