You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2013/04/02 06:48:36 UTC

[Hama Wiki] Update of "HowToRelease" by edwardyoon

Dear Wiki user,

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

The "HowToRelease" page has been changed by edwardyoon:
http://wiki.apache.org/hama/HowToRelease?action=diff&rev1=25&rev2=26

  
  Once three PMC members (PPMC and IPMC) have voted for a release, it may be published.
  
- 0. Update Maven settings
- 
- {{{
- <settings>
- <servers>
-     <server>
-       <id>apache.website</id>
- 	<username>edwardyoon</username>
- 	<privateKey>/home/edward/.ssh/id_dsa</privateKey>
- 	<passphrase>YOUR-PASS</passphrase>
- 	<directoryPermissions>775</directoryPermissions>
-       <filePermissions>644</filePermissions>
-    </server>
-        <server>
-          <id>apache.snapshots.https</id>
-          <username>edwardyoon</username>
-          <password>YOUR-PASS</password>
-        </server>
- 
-   <!-- To stage a release of some part of Maven -->
-     <server>
-       <id>apache.releases.https</id>
-       <username>edwardyoon
-       </username>
-       <password>YOUR-PASS</password>
-     </server>
- 
- </servers>
- 
-   <profiles>
-     <profile>
-       <id>apache-release</id>
-       <properties>
-     <gpg.passphrase>YOUR-PASS</gpg.passphrase>
-       </properties>
-     </profile>
-   </profiles>
- </settings>
- }}}
- 
  1. Manage versions in JIRA
  
  2. Release artifacts
@@ -107, +67 @@

  
  3. Website update
  
+ Use CMS to deploy web site or commit changes to {{{http://svn.apache.org/repos/asf/hama/site/trunk/}}} directly
- {{{
- mvn clean site-deploy
- }}}
  
  4. Move Artifacts into Place
  
  {{{
+ Commit artifacts to https://dist.apache.org/repos/dist/release/hama/
- ssh people.apache.org
- 
- cp -r ~/public_html/hama-{$VERSION}-incubating-RC2 /www/www.apache.org/dist/incubator/hama/{$VERSION}-incubating
- cd /www/www.apache.org/dist/incubator/hama
- chgrp -R incubator {$VERSION}-incubating
- chmod -R g+w {$VERSION}-incubating
  
  # remove older versions
  }}}
  
- 5. Announce to {{{general@incubator.apache.org, hama-dev@incubator.apache.org}}}
+ 5. Announce to {{{announce@apache.org, dev@hama.apache.org, user@hama.apache.org}}}