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 2017/08/01 18:08:34 UTC

[Hadoop Wiki] Update of "HowToReleasePreDSBCR" by KonstantinShvachko

Dear Wiki user,

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

The "HowToReleasePreDSBCR" page has been changed by KonstantinShvachko:
https://wiki.apache.org/hadoop/HowToReleasePreDSBCR?action=diff&rev1=85&rev2=86

   1. Push branch-X.Y.Z and the newly created tag to the remote repo.
   1. Deploy the maven artifacts, on your personal computer. Please be sure you have completed the prerequisite step of preparing the {{{settings.xml}}} file before the deployment. You might want to do this in private and clear your history file as your gpg-passphrase is in clear text.
   {{{
- mvn clean deploy -Psign,src,dist -DskipTests -Dgpg.passphrase=<your-gpg-passphrase>
+ mvn clean deploy -Psign,src,dist,native -Dtar -DskipTests -Dgpg.passphrase=<your-gpg-passphrase>
+ mvn site site:stage -DskipTests
  }}}
   1. --(Use [[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins job]] to build the artifacts)--
+  1. Check that release files 
+  {{{
+ hadoop-dist/target/hadoop-${version}.tar.gz
+ hadoop-dist/target/hadoop-${version}-src.tar.gz
+ }}}
-  1. Check that release file looks ok - e.g. install it and run examples from tutorial.
+  look good - 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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org