Adjusting instructions for site finalization after release
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/820e536d Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/820e536d Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/820e536d Branch: refs/heads/master Commit: 820e536d129988af43c6c5c33cb9f476bc3e05cb Parents: e304e93 Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Nov 9 12:49:36 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Nov 9 12:49:36 2015 +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/820e536d/src/site/xdoc/release-process.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml index 3617b53..70997a7 100644 --- a/src/site/xdoc/release-process.xml +++ b/src/site/xdoc/release-process.xml @@ -497,7 +497,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 +svn rm *.html apidocs rest css images img js fonts svn mv <version>/* . svn rm <version> svn commit -m "Promoting the staging site"]]></source>
