You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/17 01:02:37 UTC

[Hadoop Wiki] Update of "Avro/HowToRelease" by DougCutting

Dear Wiki user,

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

The "Avro/HowToRelease" page has been changed by DougCutting.
The comment on this change is: updated build instructions.
http://wiki.apache.org/hadoop/Avro/HowToRelease?action=diff&rev1=8&rev2=9

--------------------------------------------------

  = Building =
  
  	1. Build the release & run unit tests.  {{{
- ant -Dversion=X.Y.Z clean tar test
+ ./build.sh clean test dist
  }}}
- 	1. Check that release file looks ok - e.g. install it and run examples from tutorial.
+ 	1. Check that release files look ok - e.g. unpack the sources and run tests.
  	1. Sign the release (see [[http://www.apache.org/dev/mirror-step-by-step.html?Step-By-Step|Step-By-Step Guide to Mirroring Releases]] for more information). {{{
- gpg --armor --output avro-X.Y.Z.tar.gz.asc --detach-sig avro-X.Y.Z.tar.gz
+ gpg --armor --output avro-src-X.Y.Z.tar.gz.asc --detach-sig avro-src-X.Y.Z.tar.gz
  }}}
  	1. Copy release files to a public place. {{{
- ssh people.apache.org mkdir public_html/avro-X.Y.Z-candidate-0
+ ssh people.apache.org mkdir public_html/avro-X.Y.Z-RC0
- scp -p avro-X.Y.Z.tar.gz* people.apache.org:public_html/avro-X.Y.Z-candidate-0
+ scp -pr dist/* people.apache.org:public_html/avro-X.Y.Z-RC0
  }}}
          1. Call a release vote on avro-dev at hadoop.apache.org.