Author: ilgrosso
Date: Mon Nov 9 11:48:12 2015
New Revision: 1713400
URL: http://svn.apache.org/viewvc?rev=1713400&view=rev
Log:
Adjusting instructions for site finalization after relase
Modified:
syncope/site/release-process.html
Modified: syncope/site/release-process.html
URL:
http://svn.apache.org/viewvc/syncope/site/release-process.html?rev=1713400&r1=1713399&r2=1713400&view=diff
==============================================================================
--- syncope/site/release-process.html (original)
+++ syncope/site/release-process.html Mon Nov 9 11:48:12 2015
@@ -822,7 +822,7 @@ svn commit -m "Cleaning up older re
<div class="source"><pre class="prettyprint linenums">
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"</pre></div>