Author: matthew
Date: 2010-02-21 14:19:21 -0700 (Sun, 21 Feb 2010)
New Revision: 9198

Modified:
   trunk/editor-manual/book-release-process
   trunk/editor-manual/release-script.sh
Log:
Fix an incorrect URL and add the fact that read.html needs to be updated.

Modified: trunk/editor-manual/book-release-process
===================================================================
--- trunk/editor-manual/book-release-process    2010-02-21 19:08:00 UTC (rev 
9197)
+++ trunk/editor-manual/book-release-process    2010-02-21 21:19:21 UTC (rev 
9198)
@@ -10,7 +10,7 @@
     branch):
 
     svn mkdir svn+ssh://svn.linuxfromscratch.org/LFS/tags/[tag-name] -m 
"Create [tagname] directory
-    svn cp svn+ssh://svn.linuxfromscratch.org/LFS/trunk/BOOK 
svn+ssh://svn.linuxfromscratch.org/LFS/tags/[tagname]/BOOK
+    svn cp svn+ssh://svn.linuxfromscratch.org/LFS/trunk/BOOK 
svn+ssh://svn.linuxfromscratch.org/LFS/tags/[tagname]/BOOK -m "Create [tagname] 
tag"
 
 3.  Change "version" entity to x.y
 
@@ -65,7 +65,7 @@
     everything is ready, svn add all needed files/dirs and commit the
     changes.
 
-16. Create the /home/httpd/www.linuxfromscratch.org/lfs/build-logs/$version
+16. Create the /srv/www/www.linuxfromscratch.org/lfs/build-logs/$version
     directory and if it is a final release (i.e. not a pre-release), recreate
     the "stable" symlink to it. The build logs will be added by whoever is
     currently maintaining them. As of this writing it is Archaic. The 
maintainer
@@ -73,7 +73,8 @@
     release, but the "stable" symlink will not be made until release so ensure
     that is exists and points to the latest release.
 
-17. Add the release announcement to www2/lfs/news.html and commit the changes.
+17. Add the release announcement to www2/lfs/news.html, mention the release in
+    www2/lfs/read.html and commit the changes.
 
 18. Send an announcement email to the lfs-dev, lfs-support, lfs-announce,
     lfs-security, blfs-dev, blfs-support and website mailing lists.

Modified: trunk/editor-manual/release-script.sh
===================================================================
--- trunk/editor-manual/release-script.sh       2010-02-21 19:08:00 UTC (rev 
9197)
+++ trunk/editor-manual/release-script.sh       2010-02-21 21:19:21 UTC (rev 
9198)
@@ -31,7 +31,7 @@
 #######################
 # These are the biggies
 stable=n                      # Is this the final release? 'y' or 'n' only
-version=6.6-rc1                   # x.y[.z-preX]
+version=6.6-rc2                   # x.y[.z-preX]
 #######################
 
 workarea=~/RELEASE-${version} # This is where you will do all your work

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to