Author: mbenson
Date: Fri Sep 21 22:15:10 2012
New Revision: 1388706
URL: http://svn.apache.org/viewvc?rev=1388706&view=rev
Log:
CMS commit to bval by mbenson
Modified:
bval/cms-site/trunk/content/release-process.mdtext
Modified: bval/cms-site/trunk/content/release-process.mdtext
URL:
http://svn.apache.org/viewvc/bval/cms-site/trunk/content/release-process.mdtext?rev=1388706&r1=1388705&r2=1388706&view=diff
==============================================================================
--- bval/cms-site/trunk/content/release-process.mdtext (original)
+++ bval/cms-site/trunk/content/release-process.mdtext Fri Sep 21 22:15:10 2012
@@ -240,21 +240,10 @@ received (see [Recovering from a vetoed
1. **Enterprise --> Staging**
1. **Staging tab --> Name column --> org.apache.bval**
1. Right click on the closed `org.apache.bval-XXX` staging repo and
select **Release**.
- 1. *Pending removal or amendment: site not maven-managed* Copy the staged
site over to our website area:
- :::sh
- ssh ${user.name}@people.apache.org
- mkdir /www/bval.apache.org/${project.version}
- cp -R ~/public_html/bval/${project.version}/staging-site/*
/www/bval.apache.org/${project.version}
- \# Make sure all the copied files have g+rw set and only o+r set
- cd /www/bval.apache.org
- find . -user ${user.name} -type f | xargs chmod 664
- find . -user ${user.name} -type d | xargs chmod 775
-
- 1. Update the *Documentation* wiki page to point to the new apidocs:
-
- :::text
- http://bval.apache.org/${project.version}/apidocs/
+ 1. Update the generated portion of the website:
+ 1. Copy the staged site into `content/mvnsite` of a site checkout,
then commit. (*TODO should really sync rather than just copy)
+ 1. Update the site in the CMS gui and re-publish the site.
1. Add the distribution artifacts to the distribution area:
@@ -266,7 +255,7 @@ received (see [Recovering from a vetoed
svn add $(project.version}
svn commit -m "distribution for bval-${project.version}"
- 1. Update the *Downloads* wiki page to point to the new release artifacts:
+ 1. Update the *Downloads* page of the website to point to the new release
artifacts:
:::text
http://www.apache.org/dyn/closer.cgi/bval/${project.version}/