Dear Wiki user,

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

The "HowToReleasePostMavenization" page has been changed by Arun C Murthy:
http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=30&rev2=31

  }}}
        1. Check that release file looks ok - e.g. install it and run examples 
from tutorial.
          1. Generate the checksums of the release file. {{{
+ $ gpg --print-mds hadoop-${version}-src.tar.gz > 
hadoop-${version}-src.tar.gz.mds
- gpg --print-mds hadoop-${version}.tar.gz > hadoop-${version}.tar.gz.mds
+ $ gpg --print-mds hadoop-${version}.tar.gz > hadoop-${version}.tar.gz.mds
  }}}
        1. Sign the release {{{
+ $ gpg --armor --output hadoop-${version}-src.tar.gz.asc --detach-sig 
hadoop-${version}-src.tar.gz
- gpg --armor --output hadoop-${version}.tar.gz.asc --detach-sig 
hadoop-${version}.tar.gz
+ $ gpg --armor --output hadoop-${version}.tar.gz.asc --detach-sig 
hadoop-${version}.tar.gz
  }}}
        1. Copy release files to a public place. {{{
  ssh people.apache.org mkdir public_html/hadoop-X.Y.Z-candidate-0

Reply via email to