You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2011/06/29 20:00:44 UTC

svn commit: r1141183 - in /incubator/rave/site/trunk: content/rave/downloads.mdtext content/rave/release-discuss.txt content/rave/release-process.mdtext templates/sidenav.mdtext

Author: mfranklin
Date: Wed Jun 29 18:00:44 2011
New Revision: 1141183

URL: http://svn.apache.org/viewvc?rev=1141183&view=rev
Log:
Added download page primer
Updated release process

Added:
    incubator/rave/site/trunk/content/rave/downloads.mdtext   (with props)
    incubator/rave/site/trunk/content/rave/release-discuss.txt   (with props)
Modified:
    incubator/rave/site/trunk/content/rave/release-process.mdtext
    incubator/rave/site/trunk/templates/sidenav.mdtext

Added: incubator/rave/site/trunk/content/rave/downloads.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/downloads.mdtext?rev=1141183&view=auto
==============================================================================
--- incubator/rave/site/trunk/content/rave/downloads.mdtext (added)
+++ incubator/rave/site/trunk/content/rave/downloads.mdtext Wed Jun 29 18:00:44 2011
@@ -0,0 +1,22 @@
+Title:  Downloads
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+Apache Rave (Incubating) is still in its early development phase; however, we will be striving to release alpha candidates on a monthly basis as we march toward a 1.0 graduation release.
+
+Below is a list of the current downloads and instructions for use:
+

Propchange: incubator/rave/site/trunk/content/rave/downloads.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/rave/site/trunk/content/rave/release-discuss.txt
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/release-discuss.txt?rev=1141183&view=auto
==============================================================================
--- incubator/rave/site/trunk/content/rave/release-discuss.txt (added)
+++ incubator/rave/site/trunk/content/rave/release-discuss.txt Wed Jun 29 18:00:44 2011
@@ -0,0 +1,16 @@
+To: rave-dev@
+Subject: [DISCUSS] Apache Rave 0.1-incubating Release Candidate
+
+Discussion thread for vote on 0.1-incubating release candidate.
+
+For more information on the release process, checkout -
+http://www.apache.org/dev/release.html
+http://incubator.apache.org/guides/releasemanagement.html
+
+Some of the things to check before voting are:
+- can you run the demo binaries
+- can you build the contents of source-release.zip and svn tag
+- do all of the staged jars/zips contain the required LICENSE, NOTICE and
+DISCLAIMER files
+- are all of the staged jars signed and the signature verifiable
+- is the signing key in the project's KEYS file and on a public server

Propchange: incubator/rave/site/trunk/content/rave/release-discuss.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/rave/site/trunk/content/rave/release-process.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/release-process.mdtext?rev=1141183&r1=1141182&r2=1141183&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/release-process.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/release-process.mdtext Wed Jun 29 18:00:44 2011
@@ -118,7 +118,9 @@ All of the steps below apply to both the
 
      2. Copy the artifacts to the staging area
         
-        *  $ scp ./rave-portal/target/rave-*${project.version}*-incubating.bin.* ${user.name}@people.apache.org:/www/people.apache.org/builds/incubator/rave/${project.version}/
+        * $ ssh people.apache.org mkdir /www/people.apache.org/builds/incubator/rave/0.1-incubating 
+        * $ scp ./rave-portal/target/rave-*${project.version}*-incubating.bin.* ${user.name}@people.apache.org:/www/people.apache.org/builds/incubator/rave/${project.version}/
+        * Verify they are downloadable from http://people.apache.org/builds/incubator/rave/0.1-incubating/
 
 11. Put the release candidate up for a vote
      1. Create a VOTE email thread on rave-dev@ to record votes as replies, like [this](release-vote.txt)
@@ -219,7 +221,9 @@ gpg: Signature made ...
 In order to perform a combined release of the rave-master and rave-project trunks, do the following:  
 
   *  Perform Steps 1-9 of the [release](#release-steps) for Rave Master & Rave Project  
-      *  Do NOT perform step 10 until steps 1-9 have been completed for BOTH projects  
+      *  Do NOT perform step 10 until steps 1-9 have been completed for BOTH projects 
+      *  Build the rave-master FIRST
+      *  When prompted to change the rave-project dependency on rave-master SNAPSHOT, do so to the release that you just built 
   *  Execute the remaining steps using the following e-mail templates  
       * [PPMC Release Vote](PPMC_Combined.txt)  
 

Modified: incubator/rave/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/templates/sidenav.mdtext?rev=1141183&r1=1141182&r2=1141183&view=diff
==============================================================================
--- incubator/rave/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/rave/site/trunk/templates/sidenav.mdtext Wed Jun 29 18:00:44 2011
@@ -1,6 +1,7 @@
 # General
 
   - [About](index.html)
+  - [Downloads](downloads.html)
   - [Incubator page](http://incubator.apache.org/projects/rave.html)
   - [License](license.html)