svn commit: r1299998 - /cocoon/cocoon3/trunk/RELEASE_HOWTO.txt
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: simonetripodi
Date: Tue Mar 13 08:09:49 2012
New Revision: 1299998
URL: http://svn.apache.org/viewvc?rev=1299998&view=rev
Log:
updated site and apidocs deploy doc
Modified:
cocoon/cocoon3/trunk/RELEASE_HOWTO.txt
Modified: cocoon/cocoon3/trunk/RELEASE_HOWTO.txt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/RELEASE_HOWTO.txt?rev=1299998&r1=1299997&r2=1299998&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/RELEASE_HOWTO.txt (original)
+++ cocoon/cocoon3/trunk/RELEASE_HOWTO.txt Tue Mar 13 08:09:49 2012
@@ -39,40 +39,37 @@ HOWTO RELEASE COCOON 3: After a successf
* update the 3.0 branch of our site in SVN
- It's a manual process. There is an ASF requirement that all site content has to be put into SVN.
+ It's a manual process. There is an ASF requirement that all site content has to be managed by SvnPubSub
+ Apache Cocoon reuses the old site (simplified) deploy procedure.
Checkout this URL.
svn co https://svn.apache.org/repos/asf/cocoon/site/site/ [site]
- And
+ And run
mvn site-deploy -Ddocs.deploymentBaseUrl=file://[path-to-site]
from the 'cocoon-docs' module base directory creates the site.
- Then commit the newly generated content.
-
- On the server-side, login to people.apache.org and go to
-
- /x1/www/cocoon.apache.org/3.0/
-
- and call
-
- 'svn up'.
+ Then commit the newly generated content. SvnPubSub will take care on pushing the new content online in a short while.
* upload the Javadocs
That's a manual operation, once created the release package, compress the
- cocoon-all/target/apidocs
+ cd cocoon-all/target/ && tar -cvzf apidocs.tar.gz apidocs/
Then upload the compressed file on p.a.o:
- scp apidocs.zip [email protected]:/x1/www/cocoon.apache.org/3.0
+ scp apidocs.tar.gz [email protected]:/x1/www/cocoon.apache.org/3.0
Then login on remote machine and decompress
+ ssh [email protected]
+ cd /x1/www/cocoon.apache.org/3.0
+ tar -xvzf apidocs.tar.gz
+
* send an announcement mail to [email protected], [email protected], [email protected]
. make sure to always refer to 'Apache Cocoon' ('Cocoon' is not sufficient).