Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Blur Wiki" for change 
notification.

The "HowToRelease" page has been changed by AaronMcCurry:
https://wiki.apache.org/blur/HowToRelease?action=diff&rev1=30&rev2=31

  
  == Move Artifacts into Place ==
  
- This step makes the artifacts available on the mirrors. 
+ This step makes the artifacts available on the mirrors.  For reference:
  
+ http://www.apache.org/dev/release.html#upload-ci
+ 
  {{{ 
+ svn co https://dist.apache.org/repos/dist/dev/incubator/blur/X.Y.Z-incubating 
https://dist.apache.org/repos/dist/release/incubator/blur/X.Y.Z-incubating
- ssh people.apache.org 
- VERSION=X.Y.Z 
- PREVIOUS_VERSION=X.Y.Z-1 
- CANDIDATE=C 
- cp -r ~/public_html/blur-$VERSION-candidate-$CANDIDATE 
/www/www.apache.org/dist/blur/blur-$VERSION 
- cd /www/www.apache.org/dist/blur 
- chgrp -R blur blur-$VERSION 
- chmod -R g+w blur-$VERSION 
- rm stable 
- ln -s blur-$VERSION stable 
- rm -r /www/www.apache.org/dist/blur/blur-$PREVIOUS_VERSION # remove older 
versions 
- }}} 
+ }}}
- 
- The last line is to remove the _previous_ version, since only the most recent 
version on a particular branch should be in the dist directory (older versions 
are archived automatically, see http://archive.apache.org/dist/incubator/blur/ 
and http://www.apache.org/dev/mirrors.html). 
- 
- Log in to https://repository.apache.org, click on *Staging* on the left. 
Select the repository that you closed earlier, and click *Release*, using a 
description like "Apache Blur X.Y.Z artifacts". This will make the artifacts 
publicly available. 
  
  == Build and deploy documentation ==
  
+  * To be written.
- *TODO: this section needs updating following the change to svnpubsub in 
BLUR-???. See the "Build and Deploy Site" section below for guidance.* 
- 
- {{{ 
- mvn site-deploy 
- }}}
- 
- == Add the Next Release to JIRA ==
- 
- Add the next version number (e.g. 0.2.0 after 0.1.0) to JIRA using this 
- link: 
https://issues.apache.org/jira/secure/project/ManageVersions.jspa?pid=12311110. 
- 
- In JIRA mark the released version as "released" on the "manage versions" 
page. Be sure to fill in a date if not already specified. 
  
  == Wait 24 Hours ==
  
@@ -335, +312 @@

  
  == Build and Deploy Site ==
  
+  * To be written.
- Update the top level site by checking out 
https://svn.apache.org/repos/asf/blur/site (note that this is still in svn) and 
editing src/site/site.xml to update the version number. Then type: 
- 
- {{{ 
- mvn site-deploy 
- }}}
- 
- Open the locally-generated website in your browser and check it looks OK. 
When you are happy with it, type 
- 
- {{{ 
- cp -r /tmp/blur.apache.org/ production/ 
- }}}
- 
- and commit the changes. The updated website will be published to 
http://blur.apache.org immediately (it uses 
[svnpubsub|http://www.apache.org/dev/project-site.html]). 
  
  =  Announce the Release =
  

Reply via email to