Mailing List Archive

svn commit: r289135 - in /spamassassin/trunk/build: README update_website_docs
Author: jm
Date: Wed Sep 14 19:38:43 2005
New Revision: 289135

URL: http://svn.apache.org/viewcvs?rev=289135&view=rev
Log:
merge up 3.1.0 release administrivia

Modified:
spamassassin/trunk/build/README
spamassassin/trunk/build/update_website_docs

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/README?rev=289135&r1=289134&r2=289135&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Wed Sep 14 19:38:43 2005
@@ -220,6 +220,16 @@

(Archive copies are automatically kept on archive.apache.org/dist/ .)

+- (for full release builds) update the main website "downloads" page:
+
+ cd /www/spamassassin.apache.org
+ vi main.wmk
+
+ See the comment at the top of the file; you'll need to change at
+ least one variable ("relversion") to the new version number, and
+ possibly more, depending on if this is the first release of a new
+ release line.
+
- rebuild the SpamAssassin website with webmake:

cd /www/spamassassin.apache.org

Modified: spamassassin/trunk/build/update_website_docs
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/update_website_docs?rev=289135&r1=289134&r2=289135&view=diff
==============================================================================
--- spamassassin/trunk/build/update_website_docs (original)
+++ spamassassin/trunk/build/update_website_docs Wed Sep 14 19:38:43 2005
@@ -1,7 +1,7 @@
#!/bin/sh

WEBDIR=/www/spamassassin.apache.org
-vers=3.0.x
+vers=3.1.x

if [ -z "$PERL" ]; then
if [ -x /home/jm/perl584/bin/perl ]; then