Author: mbenson
Date: Fri Apr 13 16:40:36 2012
New Revision: 1325836
URL: http://svn.apache.org/viewvc?rev=1325836&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=1325836&r1=1325835&r2=1325836&view=diff
==============================================================================
--- bval/cms-site/trunk/content/release-process.mdtext (original)
+++ bval/cms-site/trunk/content/release-process.mdtext Fri Apr 13 16:40:36 2012
@@ -253,20 +253,15 @@ received (see [Recovering from a vetoed
:::text
http://bval.apache.org/${project.version}/apidocs/
- 1. Copy the distribution artifacts over to the distribution area:
+ 1. Add the distribution artifacts to the distribution area:
+
+ In a checkout of [https://dist.apache.org/repos/dist/release/bval]:
:::sh
- ssh ${user.name}@people.apache.org
- mkdir /www/www.apache.org/dist/bval/${project.version}
- cd /www/www.apache.org/dist/bval/${project.version}
- wget
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/${project.version}/bval-parent-${project.version}-source-release.zip
- wget
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/${project.version}/bval-parent-${project.version}-source-release.zip.asc
- wget
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/${project.version}/bval-parent-${project.version}-source-release.zip.md5
- wget
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/${project.version}/bval-parent-${project.version}-source-release.zip.sha1
- # Make sure all the copied files have g+rw set and only o+r set
- find . -user ${user.name} -type f | xargs chmod 664
- find . -user ${user.name} -type d | xargs chmod 775
- # Note: All of the artifacts are in the maven repos, but we may
create an assembly to publish in future releases
+ svn rm ${previous.version}
+ wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m
-A *.zip* -R .asc.sha1,.asc.md5
https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-parent/${project.version}/
+ 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: