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 2016/01/18 17:40:57 UTC

syncope git commit: Remove all old dirs when promoting staging site

Repository: syncope
Updated Branches:
  refs/heads/master 207e7eb47 -> 4f9392b58


Remove all old dirs when promoting staging site


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4f9392b5
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4f9392b5
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4f9392b5

Branch: refs/heads/master
Commit: 4f9392b58bb256cf43754b08eb7b14a7efe36bd4
Parents: 207e7eb
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jan 18 17:06:00 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jan 18 17:06:00 2016 +0100

----------------------------------------------------------------------
 src/site/xdoc/release-process.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4f9392b5/src/site/xdoc/release-process.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index 693c16a..e38b5a8 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -528,7 +528,7 @@ svn commit -m "Cleaning up older releases"]]></source>
             <source><![CDATA[
 svn co https://svn.apache.org/repos/asf/syncope/site/
 cd site
-svn rm *.html apidocs rest css images img js fonts
+svn rm *.html apidocs rest css images img js fonts docs
 svn mv $VERSION/* .
 svn rm $VERSION
 svn commit -m "Promoting the staging site"]]></source>