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/22 09:35:11 UTC

svn commit: r1470401 - in /syncope/site: ./ 1.0.8/ apidocs/ css/ images/ img/ js/

Author: ilgrosso
Date: Mon Apr 22 07:35:10 2013
New Revision: 1470401

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

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

Copied: syncope/site/release-process.html (from r1470400, syncope/site/1.0.8/release-process.html)
URL: http://svn.apache.org/viewvc/syncope/site/release-process.html?p2=syncope/site/release-process.html&p1=syncope/site/1.0.8/release-process.html&r1=1470400&r2=1470401&rev=1470401&view=diff
==============================================================================
--- syncope/site/1.0.8/release-process.html (original)
+++ syncope/site/release-process.html Mon Apr 22 07:35:10 2013
@@ -706,7 +706,7 @@ svn commit -m "Promoting the voted 
 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/<version>/
+https://repository.apache.org/content/repositories/releases/org/apache/syncope/syncope-root/<version>/
 svn add <version>
 svn rm <any older release artifact (if present)>
 svn commit -m "Promoting the voted release artifacts and cleaning up older releases"