Author: smarru
Date: Tue Jan 29 21:52:49 2013
New Revision: 1440164
URL: http://svn.apache.org/viewvc?rev=1440164&view=rev
Log:
updating release dist svn location
Modified:
airavata/site/trunk/content/about/downloads.mdtext
airavata/site/trunk/content/development/release-management.mdtext
Modified: airavata/site/trunk/content/about/downloads.mdtext
URL:
http://svn.apache.org/viewvc/airavata/site/trunk/content/about/downloads.mdtext?rev=1440164&r1=1440163&r2=1440164&view=diff
==============================================================================
--- airavata/site/trunk/content/about/downloads.mdtext (original)
+++ airavata/site/trunk/content/about/downloads.mdtext Tue Jan 29 21:52:49 2013
@@ -20,11 +20,11 @@ All downloads can be verified using the
####0.5 (Latest release)
* Source:
- *
[airavata-0.5-source-release.zip](http://www.apache.org/dyn/closer.cgi/airavata/0.5/airavata-0.5-source-release.zip)
[[asc](http://www.apache.org/dist/airavata/0.5/airavata-0.5-source-release.zip.asc)]
[[md5](http://www.apache.org/dist/airavata/0.5/airavata-0.5-source-release.zip.md5)]
+ *
[airavata-0.5-source-release.zip](http://archive.apache.org/dist/airavata/0.5/airavata-0.5-source-release.zip)
[[asc](http://archive.apache.org/dist/airavata/0.5/airavata-0.5-source-release.zip.asc)]
[[md5](http://archive.apache.org/dist/airavata/0.5/airavata-0.5-source-release.zip.md5)]
* Binaries:
- *
[apache-airavata-0.5-bin.tar.gz](http://www.apache.org/dyn/closer.cgi/airavata/0.5/apache-airavata-0.5-bin.tar.gz)
[[asc](http://www.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.tar.gz.asc)]
[[md5](http://www.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.tar.gz.md5)]
- *
[apache-airavata-0.5-bin.zip](http://www.apache.org/dyn/closer.cgi/airavata/0.5/apache-airavata-0.5-bin.zip)
[[asc](http://www.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.zip.asc)]
[[md5](http://www.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.zip.md5)]
+ *
[apache-airavata-0.5-bin.tar.gz](http://archive.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.tar.gz)
[[asc](http://archive.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.tar.gz.asc)]
[[md5](http://archive.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.tar.gz.md5)]
+ *
[apache-airavata-0.5-bin.zip](http://archive.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.zip)
[[asc](http://archive.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.zip.asc)]
[[md5](http://archive.apache.org/dist/airavata/0.5/apache-airavata-0.5-bin.zip.md5)]
####0.4-incubating
* Source:
Modified: airavata/site/trunk/content/development/release-management.mdtext
URL:
http://svn.apache.org/viewvc/airavata/site/trunk/content/development/release-management.mdtext?rev=1440164&r1=1440163&r2=1440164&view=diff
==============================================================================
--- airavata/site/trunk/content/development/release-management.mdtext (original)
+++ airavata/site/trunk/content/development/release-management.mdtext Tue Jan
29 21:52:49 2013
@@ -178,14 +178,9 @@ For reference, the steps to sign a key:
* Staging repositories (under Build Promotion) --> Name column -->
org.apache.airavata
* Click checkbox of the closed staging repo (org.apache.airavata-XXX)
and select Release.
- 2. Checkin the source and binary artifcats into distribution svn which
will be pulled by all mirrors within 24 hours.
-
- * $ `svn co https://dist.apache.org/repos/dist/release/airavata
./airavata-releases` (KEEP this directory until after the release process has
been completed)
- * $ `cd ./airavata-releases`
- * $ `scp
people.apache.org:/www/people.apache.org/builds/airavata/${project.version}/*
./`
- * $ `svn add ${project.name}-*`
- * $ `svn commit -m "Committing Airavata Source and Binary Release for
${project.name}-${project.version}`
-
+ 2. Checkin the source and binary artifcats into distribution svn which
will be pulled by all mirrors within 24 hours. The dist/dev svn is not
mirrored, but the dist/release is.
+ * `svn copy
https://dist.apache.org/repos/dist/dev/airavata/${project.version}/RC{number}
https://dist.apache.org/repos/dist/release/airavata/${project.version} -m
"Committing Airavata Source and Binary Release for
${project.name}-${project.version}`
+
3. Update the staged website
* Update the downloads page to add new version using the mirrored URLs