You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2016/02/03 04:24:14 UTC

svn commit: r1728253 - in /olingo/site/trunk/content/doc: odata2/release.mdtext odata4/release.mdtext

Author: mibo
Date: Wed Feb  3 03:24:14 2016
New Revision: 1728253

URL: http://svn.apache.org/viewvc?rev=1728253&view=rev
Log:
Added documentation for dist release/cleanup

Modified:
    olingo/site/trunk/content/doc/odata2/release.mdtext
    olingo/site/trunk/content/doc/odata4/release.mdtext

Modified: olingo/site/trunk/content/doc/odata2/release.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/release.mdtext?rev=1728253&r1=1728252&r2=1728253&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/release.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/release.mdtext Wed Feb  3 03:24:14 2016
@@ -216,6 +216,17 @@ signatures) to [Apache Distributions](ht
   - Release is closed in Jira.
   - Release is announced to dev@olingo.apache.org, announce@apache.org.
 
+### Maintain Release Distributions
+
+To maintain the released Distributions for the download pages following steps are required (for more information see [Apache Distribution Documentation](http://www.apache.org/dev/release-publishing.html#distribution_dist)) to upload the new distribution via SVN (`svn co https://dist.apache.org/repos/dist/release/olingo`):
+
+  - Check out latest SVN revision via `svn co https://dist.apache.org/repos/dist/release/olingo`
+  - Change into the directory according to the released Olingo artifact (e.g. `odata2`, `odata4`, ...)
+  - Create new directory according to release version (e.g `rel-x.x.x`) and copy all distribution artifacts (includes *.zip*, *.asc*, *.md5*, *.sha512*).
+  - Add new directory (e.g. `svn add rel-x.x.x`) and do the commit (e.g `svn ci -m "Added Olingo x.x.x release"`)
+  - Afterwards do a cleanup for the old releases according to the Apache Release Guidelines [When](http://www.apache.org/dev/release.html#when-to-archive) and [How](http://www.apache.org/dev/release.html#how-to-archive) to archive.
+
+
 ### Maintain Version Section in DOAP File
 
 [http://olingo.apache.org/doap_Olingo.rdf][4]

Modified: olingo/site/trunk/content/doc/odata4/release.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/release.mdtext?rev=1728253&r1=1728252&r2=1728253&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/release.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/release.mdtext Wed Feb  3 03:24:14 2016
@@ -206,6 +206,17 @@ signatures) to [Apache Distributions](ht
   - Release is closed in Jira.
   - Release is announced to dev@olingo.apache.org, announce@apache.org.
 
+### Maintain Release Distributions
+
+To maintain the released Distributions for the download pages following steps are required (for more information see [Apache Distribution Documentation](http://www.apache.org/dev/release-publishing.html#distribution_dist)) to upload the new distribution via SVN (`svn co https://dist.apache.org/repos/dist/release/olingo`):
+
+  - Check out latest SVN revision via `svn co https://dist.apache.org/repos/dist/release/olingo`
+  - Change into the directory according to the released Olingo artifact (e.g. `odata2`, `odata4`, ...)
+  - Create new directory according to release version (e.g `rel-x.x.x`) and copy all distribution artifacts (includes *.zip*, *.asc*, *.md5*, *.sha512*).
+  - Add new directory (e.g. `svn add rel-x.x.x`) and do the commit (e.g `svn ci -m "Added Olingo x.x.x release"`)
+  - Afterwards do a cleanup for the old releases according to the Apache Release Guidelines [When](http://www.apache.org/dev/release.html#when-to-archive) and [How](http://www.apache.org/dev/release.html#how-to-archive) to archive.
+
+
 ### Maintain Version Section in DOAP File
 
 [http://olingo.apache.org/doap_Olingo.rdf][4]