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 2010/01/19 19:06:39 UTC

svn commit: r900870 - /spamassassin/trunk/build/README

Author: jm
Date: Tue Jan 19 18:06:38 2010
New Revision: 900870

URL: http://svn.apache.org/viewvc?rev=900870&view=rev
Log:
commit up-to-date build instructions, now that people.apache.org no longer has a working perl interpreter we can use :(

Modified:
    spamassassin/trunk/build/README

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/README?rev=900870&r1=900869&r2=900870&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Tue Jan 19 18:06:38 2010
@@ -4,19 +4,19 @@
 - cd to the directory for the codebase you want the devel tree to
   come from
 
-    ssh people.apache.org
+    ssh spamassassin.zones.apache.org
     cd [checkedoutdir]
 
 - ensure the required code and data is available for the build scripts:
 
     $HOME/sabuildtools
 
-  All can be copied (or symlinked) from ~jm on people.apache.org if
+  All can be copied (or symlinked) from ~jm on spamassassin.zones.apache.org if
   required.
 
-- ensure your PATH is correct, with the right perl FIRST in the path:
+- ensure your PATH is correct:
 
-    PATH=$HOME/sabuildtools/perl584/bin:$HOME/sabuildtools/bin:$PATH
+    PATH=$HOME/sabuildtools/bin:$PATH
 
 - run "./build/update_devel" to build the tar.gz files.
 
@@ -29,23 +29,23 @@
 SPAMASSASSIN RELEASE PROCEDURE
 ==============================
 
-- First off, log in to people.apache.org for some preliminary tool
+- First off, log in to spamassassin.zones.apache.org for some preliminary tool
   checks.
 
-    ssh people.apache.org
+    ssh spamassassin.zones.apache.org
 
 - ensure the required code and data is available for the build scripts:
   see above.
 
-- ensure your PATH is correct, with the right perl FIRST in the path:
+- ensure your PATH is correct:
 
-    PATH=$HOME/sabuildtools/perl584/bin:$HOME/sabuildtools/bin:$PATH
+    PATH=$HOME/sabuildtools/bin:$PATH
 
 - ensure ExtUtils::MakeMaker is version 6.46 or later, to create
   a detailed-enough META.yml (TODO: this should not be required.)
 
 - In your own, writable, checkout (this may be on another host instead
-  of people.apache.org, such as your home machine):
+  of spamassassin.zones.apache.org, such as your home machine):
 
   Run "svn status" to ensure you're building/releasing from a pristine
   checkout:
@@ -166,13 +166,14 @@
   later.)
 
 
-- In your checkout on people.apache.org (may be read-only):
+- In your checkout on spamassassin.zones.apache.org (may be read-only):
 
   Check out the code from the tag you just made:
 
+    vers=3_3_0_alpha_2
     repo=https://svn.apache.org/repos/asf/spamassassin
     rm -rf ~/relbuild
-    svn co $repo/tags/spamassassin_release_3_2_0_pre_2 ~/relbuild
+    svn co $repo/tags/spamassassin_release_$vers ~/relbuild
     cd ~/relbuild
 
   (If you are privately preparing a security release, you will need
@@ -181,7 +182,7 @@
 
 - run "./build/update_stable" to build the tar.gz files.
 
-    PATH=$HOME/sabuildtools/perl584/bin:$HOME/sabuildtools/bin:$PATH
+    PATH=$HOME/sabuildtools/bin:$PATH
     ./build/update_stable
 
   You will need the SSH password for
@@ -212,7 +213,9 @@
   md5sums/sha1sums, and proposed release announcement mail to the dev
   list.  The default location -- ~/public_html/devel/ , or
   http://people.apache.org/~jm/devel/ , qualifies as "discreet".
-  
+
+  If you build on the zone, you will need to scp them over.
+
   While doing this, also upload a copy of the proposed release
   announcement to the website:
 
@@ -333,7 +336,7 @@
 
 - rebuild the SpamAssassin website with webmake:
 
-        PATH=$HOME/sabuildtools/perl584/bin:$HOME/sabuildtools/bin:$PATH
+        PATH=$HOME/sabuildtools/bin:$PATH
         cd /www/spamassassin.apache.org
         webmake -F