Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 14501 invoked from network); 14 Oct 2004 00:45:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Oct 2004 00:45:09 -0000 Received: (qmail 36607 invoked by uid 500); 14 Oct 2004 00:45:09 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 36536 invoked by uid 500); 14 Oct 2004 00:45:08 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 36522 invoked by uid 99); 14 Oct 2004 00:45:08 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 13 Oct 2004 17:45:08 -0700 Received: (qmail 14472 invoked by uid 65534); 14 Oct 2004 00:45:06 -0000 Date: 14 Oct 2004 00:45:06 -0000 Message-ID: <20041014004506.14470.qmail@minotaur.apache.org> From: crossley@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 54761 - forrest/trunk/etc X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Wed Oct 13 17:45:06 2004 New Revision: 54761 Modified: forrest/trunk/etc/RELEASE_PROCESS.txt Log: Tweak the notes about branching and tagging. Modified: forrest/trunk/etc/RELEASE_PROCESS.txt ============================================================================== --- forrest/trunk/etc/RELEASE_PROCESS.txt (original) +++ forrest/trunk/etc/RELEASE_PROCESS.txt Wed Oct 13 17:45:06 2004 @@ -73,6 +73,13 @@ - Understand how to sign releases and generate MD5 and PGP. http://wiki.apache.org/incubator/SigningReleases + - Create a maintenance branch in SVN with + svn copy -m "Create the x.y release branch from r#####" \ + https://svn.apache.org/repos/asf/forrest/trunk \ + https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch + where 'xy' is a compact form of the version (e.g. 04, 041, 05). + See http://svn.apache.org/repos/asf/forrest/branches/ + - Test the actual distribution on various platforms. - Ask all developers to test (command-line, run, and webapp). - Each developer can do 'build dist' and test locally. Coordinate to ensure @@ -81,15 +88,12 @@ - Use it to build some difficult sites. - Ensure that the compressed archives will unpack correctly. - - If everything looks okay, tag SVN with 'svn copy - https://svn.apache.org/repos/asf/forrest/trunk - https://svn.apache.org/repos/asf/forrest/tags/forrest_xy', where 'xy' is a - compact form of the version (eg 04, 041, 05). See - http://svn.apache.org/repos/asf/forrest/tags/ for a list of existing tags. - - - Create a maintenance branch in SVN with 'svn copy - https://svn.apache.org/repos/asf/forrest/tags/forrest_xy - https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch'. + - If everything looks okay, and after the Vote has finished, tag SVN with + svn copy -m "Create tag forrest_xy from release branch" \ + https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch \ + https://svn.apache.org/repos/asf/forrest/tags/forrest_xy + where 'xy' is a compact form of the version (e.g. 04, 041, 05). + See http://svn.apache.org/repos/asf/forrest/tags/D Upload and announcement ----------------------- @@ -100,6 +104,12 @@ Each PMC member has a server account and belongs to the forrest group. The process is documented at http://cvs.apache.org/~bodewig/mirror.html +FIXME: on server do 'svn co' in /www/www.apache.org/dist/forrest/ +HEAD.html README.html LICENSE.txt KEYS + For the meantime, it is a manual scp. + + - Arrange stuff at the Archives site http://archive.apache.org/dist/forrest/ + - Edit the forrest/src/documentation/content/xdocs/mirrors.ihtml - Edit the Forrest home page in the "News and events" section. - Rebuild and publish the Forrest website as normal. @@ -141,6 +151,11 @@ - Edit src/core/forrest.build.xml and update the version: + around line 29: + + + around line 52: + | Forrest Site Builder | | 0.7-dev |