You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/08 16:15:32 UTC

svn commit: r1465651 - in /syncope/site: ./ 1.1.0/ apidocs/ css/ images/ img/ js/

Author: ilgrosso
Date: Mon Apr  8 14:15:31 2013
New Revision: 1465651

URL: http://svn.apache.org/r1465651
Log:
Promoting the staging site

Added:
    syncope/site/apidocs/
      - copied from r1465626, syncope/site/1.1.0/apidocs/
    syncope/site/architecture.html
      - copied unchanged from r1465626, syncope/site/1.1.0/architecture.html
    syncope/site/contributing.html
      - copied unchanged from r1465626, syncope/site/1.1.0/contributing.html
    syncope/site/css/
      - copied from r1465626, syncope/site/1.1.0/css/
    syncope/site/downloads.html
      - copied unchanged from r1465626, syncope/site/1.1.0/downloads.html
    syncope/site/features.html
      - copied unchanged from r1465626, syncope/site/1.1.0/features.html
    syncope/site/images/
      - copied from r1465626, syncope/site/1.1.0/images/
    syncope/site/img/
      - copied from r1465626, syncope/site/1.1.0/img/
    syncope/site/index.html
      - copied unchanged from r1465626, syncope/site/1.1.0/index.html
    syncope/site/integration.html
      - copied unchanged from r1465626, syncope/site/1.1.0/integration.html
    syncope/site/issue-tracking.html
      - copied unchanged from r1465626, syncope/site/1.1.0/issue-tracking.html
    syncope/site/js/
      - copied from r1465626, syncope/site/1.1.0/js/
    syncope/site/license.html
      - copied unchanged from r1465626, syncope/site/1.1.0/license.html
    syncope/site/mail-lists.html
      - copied unchanged from r1465626, syncope/site/1.1.0/mail-lists.html
    syncope/site/professional-services.html
      - copied unchanged from r1465626, syncope/site/1.1.0/professional-services.html
    syncope/site/release-process.html
      - copied, changed from r1465626, syncope/site/1.1.0/release-process.html
    syncope/site/source-repository.html
      - copied unchanged from r1465626, syncope/site/1.1.0/source-repository.html
    syncope/site/team-list.html
      - copied unchanged from r1465626, syncope/site/1.1.0/team-list.html
Removed:
    syncope/site/1.1.0/
    syncope/site/project-info.html

Copied: syncope/site/release-process.html (from r1465626, syncope/site/1.1.0/release-process.html)
URL: http://svn.apache.org/viewvc/syncope/site/release-process.html?p2=syncope/site/release-process.html&p1=syncope/site/1.1.0/release-process.html&r1=1465626&r2=1465651&rev=1465651&view=diff
==============================================================================
--- syncope/site/1.1.0/release-process.html (original)
+++ syncope/site/release-process.html Mon Apr  8 14:15:31 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Apr 4, 2013
+ | Generated by Apache Maven Doxia at Apr 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130404" />
+    <meta name="Date-Revision-yyyymmdd" content="20130408" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope - 
     Release Process</title>
@@ -182,7 +182,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-04-04</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-04-08</li> 
             
                             </ul>
       </div>
@@ -481,7 +481,7 @@ cd syncope-&lt;version&gt;
 mvn clean install
 mvn -P site -Dsite.deploymentBaseUrl=file:///&lt;absolute path to ../site/&lt;version&gt;&gt;
 cd ../site/&lt;version&gt;
-rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools project-reports.html apidocs/1.html
+rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-common syncope-standalone project-reports.html apidocs/1.html
 cd ..
 svn add &lt;version&gt;
 svn copy apidocs/1.0 &lt;version&gt;/apidocs/
@@ -687,7 +687,23 @@ Best regards.
             </ol>
           </li>
           <li>
-            Add the distribution artifacts to the distribution area
+            Add the distribution artifacts to the distribution area (execute the commands below preferably on
+            <tt>people.apache.org</tt>)
+            <ul>
+              <li>1_1_X
+<div class="source"><pre class="prettyprint">
+svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
+cd syncope-dist
+wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.zip*  -R .asc.sha1,.asc.md5 \
+https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope/&lt;version&gt;/
+wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.zip*  -R .asc.sha1,.asc.md5 \
+https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope-standalone/&lt;version&gt;/
+svn add &lt;version&gt;
+svn rm &lt;any older release artifact (if present)&gt;
+svn commit -m &quot;Promoting the voted release artifacts and cleaning up older releases&quot;
+</pre></div>
+              </li>
+              <li>1_0_X
 <div class="source"><pre class="prettyprint">
 svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
 cd syncope-dist
@@ -697,6 +713,8 @@ svn add &lt;version&gt;
 svn rm &lt;any older release artifact (if present)&gt;
 svn commit -m &quot;Promoting the voted release artifacts and cleaning up older releases&quot;
 </pre></div>
+              </li>
+            </ul>
           </li>
           <li>
             Add appropriate release notes to
@@ -752,7 +770,7 @@ svn commit -m &quot;Promoting the stagin
             </li>
             <li>             
               <i>or</i>
-              manually revert the versions in trunk to the prior version and commit
+              manually revert the versions in the branch under release to the prior version and commit
             </li>
           </ol>
         </li>