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: update for new 'sign' target.
http://wiki.apache.org/hadoop/Avro/HowToRelease?action=diff&rev1=11&rev2=12

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

  = Building =
  
        1. Build the release & run unit tests.  {{{
- ./build.sh clean test dist
+ ./build.sh clean dist test
  }}}
        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-src-X.Y.Z.tar.gz.asc --detach-sig 
avro-src-X.Y.Z.tar.gz
+ ./build.sh sign
  }}}
        1. Copy release files to a public place. {{{
  ssh people.apache.org mkdir public_html/avro-X.Y.Z-RC0

Reply via email to