Author: allee8285
Date: Thu Apr 18 19:22:13 2013
New Revision: 1469532
URL: http://svn.apache.org/r1469532
Log:
Add "svn add ..." for the finalize release commit.
Modified:
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
Modified:
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/apache-nexus-release-process-%281.2.x-2.1.x%29.mdtext?rev=1469532&r1=1469531&r2=1469532&view=diff
==============================================================================
---
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
(original)
+++
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
Thu Apr 18 19:22:13 2013
@@ -254,26 +254,27 @@ Different arguments and steps are requir
2. Prepare the "check out" environment for artifact collection
- rm -rf ${RELBUILDS}
- svn co
https://svn.apache.org/repos/infra/websites/production/openjpa/content/builds
${RELBUILDS} --depth empty
+ $ rm -rf ${RELBUILDS}
+ $ svn co
https://svn.apache.org/repos/infra/websites/production/openjpa/content/builds
${RELBUILDS} --depth empty
- mkdir ${RELBUILDS}/${RELEASE}
- mkdir ${RELBUILDS}/${RELEASE}/apache-openjpa
+ $ mkdir ${RELBUILDS}/${RELEASE}
+ $ mkdir ${RELBUILDS}/${RELEASE}/apache-openjpa
3. Collect RELEASE.NOTES.html
- cd ${RELBUILDS}/${RELEASE}
- cp ${RCDIR}/openjpa-project/RELEASE-NOTES.html
apache-openjpa
+ $ cd ${RELBUILDS}/${RELEASE}
+ $ cp ${RCDIR}/openjpa-project/RELEASE-NOTES.html
apache-openjpa
4. Collect manual and javadoc
- scp -r
${ojUser}@people.apache.org:~/public_html/openjpa/${RELEASE}/staging-site/apache-openjpa/docs
apache-openjpa/docs
- scp -r
${ojUser}@people.apache.org:~/public_html/openjpa/${RELEASE}/staging-site/apidocs
apidocs
+ $ scp -r
${ojUser}@people.apache.org:~/public_html/openjpa/${RELEASE}/staging-site/apache-openjpa/docs
apache-openjpa/docs
+ $ scp -r
${ojUser}@people.apache.org:~/public_html/openjpa/${RELEASE}/staging-site/apidocs
apidocs
5. Commit content to svn repository
- cd ${RELBUILDS}
- svn commit -m "Commit ${RELEASE} RELEASE-NOTES, javadoc
and manual to http://openjpa.apache.org/builds"
+ $ cd ${RELBUILDS}
+ $ svn add ${RELEASE}
+ $ svn commit -m "Commit ${RELEASE} RELEASE-NOTES,
javadoc and manual to http://openjpa.apache.org/builds"
6. verify that /www/openjpa.apache.org/builds/${RELEASE}/docs/manual
is populated correctly by comparing it to a previous release.