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

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

Author: jm
Date: Wed May  2 04:47:11 2007
New Revision: 534396

URL: http://svn.apache.org/viewvc?view=rev&rev=534396
Log:
temporarily turn off 3.2.0 updates until we've figured out how to do them (see dev list)

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=534396&r1=534395&r2=534396
==============================================================================
--- spamassassin/trunk/build/mkupdates/run_part2 (original)
+++ spamassassin/trunk/build/mkupdates/run_part2 Wed May  2 04:47:11 2007
@@ -16,20 +16,25 @@
 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
 #
-stagedir=/var/www/buildbot.spamassassin.org/updatestage
+# dev, testing:
+stagedir=/var/www/buildbot.spamassassin.org/updatedev
+# live:
+## 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.