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/10/01 11:50:17 UTC

svn commit: r1528021 - /syncope/site/release-process.html

Author: ilgrosso
Date: Tue Oct  1 09:50:17 2013
New Revision: 1528021

URL: http://svn.apache.org/r1528021
Log:
Publishing updated release process page

Modified:
    syncope/site/release-process.html

Modified: syncope/site/release-process.html
URL: http://svn.apache.org/viewvc/syncope/site/release-process.html?rev=1528021&r1=1528020&r2=1528021&view=diff
==============================================================================
--- syncope/site/release-process.html (original)
+++ syncope/site/release-process.html Tue Oct  1 09:50:17 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2013-09-27
+ | Generated by Apache Maven Doxia at 2013-10-01
  | 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="20130927" />
+    <meta name="Date-Revision-yyyymmdd" content="20131001" />
     <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-09-27</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-01</li> 
             
                             </ul>
       </div>
@@ -884,15 +884,37 @@ Best regards.
 
 <div class="source">
 <pre>
-svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
-cd syncope-dist
+svn co https://dist.apache.org/repos/dist/dev/syncope syncope-dist-dev
+cd syncope-dist-dev
+
 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;/
+
+rm &lt;version&gt;/syncope-*asc.asc
+
 svn add &lt;version&gt;
+svn commit -m &quot;Promoting the voted release artifacts to dist-dev area&quot;
+
+svn mv -m &quot;Moving the voted release artifacts to dist/release (source)&quot; \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip.asc \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip.md5 \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip.sha1 \
+https://dist.apache.org/repos/dist/release/syncope/&lt;version&gt;
+  
+svn mv -m &quot;Moving the voted release artifacts to dist/release (standalone)&quot; \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-standalone-&lt;version&gt;-distribution.zip \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-standalone-&lt;version&gt;-distribution.zip.asc \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-standalone-&lt;version&gt;-distribution.zip.md5 \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-standalone-&lt;version&gt;-distribution.zip.sha1 \
+https://dist.apache.org/repos/dist/release/syncope/&lt;version&gt;
+
+svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist-release
+cd syncope-dist-release
 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;
+svn commit -m &quot;Cleaning up older releases&quot;
 </pre></div>
               </li>
               
@@ -900,13 +922,28 @@ svn commit -m &quot;Promoting the voted 
 
 <div class="source">
 <pre>
-svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist
-cd syncope-dist
+svn co https://dist.apache.org/repos/dist/dev/syncope syncope-dist-dev
+cd syncope-dist-dev
+
 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-root/&lt;version&gt;/
+
+rm &lt;version&gt;/syncope-*asc.asc
+
 svn add &lt;version&gt;
+svn commit -m &quot;Promoting the voted release artifacts to dist-dev area&quot;
+
+svn mv -m &quot;Moving the voted release artifacts to dist/release&quot; \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip.asc \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip.md5 \
+https://dist.apache.org/repos/dist/dev/syncope/&lt;version&gt;/syncope-&lt;version&gt;-source-release.zip.sha1 \
+https://dist.apache.org/repos/dist/release/syncope/&lt;version&gt;
+
+svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist-release
+cd syncope-dist-release
 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;
+svn commit -m &quot;Cleaning up older releases&quot;
 </pre></div>
               </li>
             </ul>