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 2006/10/16 18:08:10 UTC

svn commit: r464540 - /spamassassin/branches/3.1/build/README

Author: jm
Date: Mon Oct 16 09:08:08 2006
New Revision: 464540

URL: http://svn.apache.org/viewvc?view=rev&rev=464540
Log:
bug 5113: stop checking in the entire unpacked distro tree as /full/3.1.x/dist/ .  instead just check in the doc/ subdirectory, and redirect to public SVN for the rest

Modified:
    spamassassin/branches/3.1/build/README

Modified: spamassassin/branches/3.1/build/README
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/build/README?view=diff&rev=464540&r1=464539&r2=464540
==============================================================================
--- spamassassin/branches/3.1/build/README (original)
+++ spamassassin/branches/3.1/build/README Mon Oct 16 09:08:08 2006
@@ -260,19 +260,19 @@
         cd /www/spamassassin.apache.org
         webmake -F
 
-- update the 'dist' tree in the SpamAssassin website:
+- update the 'doc' tree in the SpamAssassin website:
 
         cd /www/spamassassin.apache.org
         svn up
         svn delete --force full/3.1.x
-        svn commit -m "removing old dist tree from website" full
+        svn commit -m "removing old doc tree from website" full
 
         cd [checkedoutdir]
         build/update_website_docs
 
         cd /www/spamassassin.apache.org
         svn add full/3.1.x
-        svn commit -m "updating new dist tree on website" full
+        svn commit -m "updating new doc tree on website" full
 
 - and check the entire website into SVN (see bug 4998 for reasons why).
   Note that you may need to resolve conflicts and ensure the contents of
@@ -280,6 +280,15 @@
 
         svn up
         svn commit -m "added new release to website"
+
+- update the tag used to point to "current release":
+
+    repo=https://svn.apache.org/repos/asf/spamassassin
+    svn delete -m "updating for new release" \
+	$repo/tags/spamassassin_current_release_3.1.x
+    svn copy -m "updating for new release" \
+	$repo/tags/spamassassin_release_3_1_7 \
+	$repo/tags/spamassassin_current_release_3.1.x
 
 - upload release tarball to CPAN at http://pause.cpan.org/: