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 2011/03/15 22:15:35 UTC

[Hadoop Wiki] Update of "HowToRelease" by OwenOMalley

Dear Wiki user,

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

The "HowToRelease" page has been changed by OwenOMalley.
The comment on this change is: Generate all of the mds instead of just md5..
http://wiki.apache.org/hadoop/HowToRelease?action=diff&rev1=61&rev2=62

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

  ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true compile-core-native compile-c++ tar
  }}}
  	1. Check that release file looks ok - e.g. install it and run examples from tutorial.
-         1. Generate the MD5 checksum of the release file. {{{
+         1. Generate the checksums of the release file. {{{
- md5sum hadoop-X.Y.Z.tar.gz > hadoop-X.Y.Z.tar.gz.md5
+ gpg --print-mds hadoop-X.Y.Z.tar.gz > hadoop-X.Y.Z.tar.gz.mds
  }}}
  	1. Sign the release {{{
  gpg --armor --output hadoop-X.Y.Z.tar.gz.asc --detach-sig hadoop-X.Y.Z.tar.gz