Author: stevel
Date: Wed Feb 18 17:35:34 2015
New Revision: 1660686
URL: http://svn.apache.org/r1660686
Log:
SLIDER-744 release instructions updated
Modified:
incubator/slider/site/trunk/content/developing/releasing.md
Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1660686&r1=1660685&r2=1660686&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Wed Feb 18
17:35:34 2015
@@ -578,24 +578,27 @@ Publish the release as below:
### Grab the released artifacts from Nexus
+1. Fetch the files from where released
+ (e.g. [slider-assembly
0.61](https://repository.apache.org/content/groups/public/org/apache/slider/slider-assembly/0.61.0-incubating/)
1. Create a temp directory somewhere
- mkdir temp
- cd temp
-1. create a directory, `artifacts`
+ mkdir publishing
+ cd publishing
+1. create a directory under it: `artifacts`
mkdir artifacts
cd artifacts
-1. Under `org/apache/slider/slider-assembly/$SLIDER_RELEASE` download all but
the POM files (or download everything ) into `artifacts`
+1. From `slider-assembly/$SLIDER_RELEASE` download all the `-all` files:
+the zip and tar files and their checksums into `artifacts`
1. Repeat for the source files `org/apache/slider/slider/$SLIDER_RELEASE`
-### Check out the distribution dir somewhere
+### Check out the distribution dir under `publishing`
- svn co https://dist.apache.org/repos/dist/release/incubator/slider slider
+ svn co https://dist.apache.org/repos/dist/release/incubator/slider
slider-dist
- cd slider
+ cd slider-dist
Make sure your PGP keys is in the `KEYS` file. The instructions to add a key
are at the top of that file
@@ -603,13 +606,12 @@ are at the top of that file
Then...
- mkdir $SLIDER_RELEASE $SLIDER_RELEASE/src
- cd $SLIDER_RELEASE/src
- scp ~/public_html/$SLIDER_RELEASE-$RELEASE_RC/* .
- cd ..
+ mv ../artifacts $SLIDER_RELEASE
svn add $SLIDER_RELEASE
- svn commit -m "SLIDER_RELEASE_JIRA Committing Release $SLIDER_RELEASE"
+ svn commit -m "$SLIDER_RELEASE_JIRA Committing Release $SLIDER_RELEASE"
+The commit can take time. In the past it has been rejected due to the size of
+the patch...this has now been addressed and should remain so.
### Web site updates