[seam-commits] Seam SVN: r15254 - branches/enterprise/WFK-2_1.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 11 10:22:13 EDT 2012
Author: manaRH
Date: 2012-10-11 10:22:13 -0400 (Thu, 11 Oct 2012)
New Revision: 15254
Modified:
branches/enterprise/WFK-2_1/release-process.txt
Log:
updated process for documentation uploading
Modified: branches/enterprise/WFK-2_1/release-process.txt
===================================================================
--- branches/enterprise/WFK-2_1/release-process.txt 2012-10-11 14:22:08 UTC (rev 15253)
+++ branches/enterprise/WFK-2_1/release-process.txt 2012-10-11 14:22:13 UTC (rev 15254)
@@ -493,6 +493,13 @@
* Upload the "seam-reference-guide/target/*.war" file content to "docs.jboss.com/seam/<NEW VERSION>"
- Note: you need to setup SSH key for that- contact jboss.org team if you didn't have it
+ - Warning: if you updating/recreating latest symlinks for final releases, you need to create link
+ on local and then rsync all to remote.
+ for instance:
+ mkdir 2.3.0.Final;
+ extract seam-reference-guide/target/*.war into above created directory
+ ln -s 2.3.0.Final latest
+ rsync -rva --protocol=28 . seam at filemgmt.jboss.org:/docs_htdocs/seam/
* Create draft of the documentation and download pages on seamframework.org
- documentation points to "docs.jboss.com"
More information about the seam-commits
mailing list