[Hadoop Wiki] Update of "HowToReleasePreDSBCR" by KonstantinShvachko

2018-04-17 Thread Apache Wiki
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=89=90

Comment:
Change the deploy command so that it uploads source and javadoc artifacts on 
Nexus.

   1. --(Use 
[[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins 
job]] to create the final release files)--
Create final release files
   {{{
- mvn clean package -Psrc -Pdist -Pnative -Dtar -DskipTests
+ mvn clean deploy -Psign,src,dist,native -Dtar -DskipTests
- mvn deploy -Psign -DskipTests
  mvn site site:stage -DskipTests
  }}}
+  1. Make sure that on [[https://repository.apache.org|Nexus]] all artifacts 
have corresponding sources and javaDoc jars. 
   1. Copy release files to the distribution directory
1. Check out the corresponding svn repo if need be
{{{

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



[Hadoop Wiki] Update of "HowToReleasePreDSBCR" by KonstantinShvachko

2017-12-16 Thread Apache Wiki
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=88=89

1. Update the symlinks to current2 and stable2. The release directory 
usually contains just two releases, the most recent from two branches.
1. Commit the changes (it requires a PMC privilege)
{{{
+ svn add hadoop-${version}
  svn ci -m "Publishing the bits for release ${version}"
  }}}
   1. In [[https://repository.apache.org|Nexus]]

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



[Hadoop Wiki] Update of "HowToReleasePreDSBCR" by KonstantinShvachko

2017-12-15 Thread Apache Wiki
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=87=88

  git tag -s rel/release-X.Y.Z -m "Hadoop X.Y.Z release"
  git push origin rel/release-X.Y.Z
  }}}
-  1. Use 
[[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins 
job]] to create the final release files
+  1. --(Use 
[[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins 
job]] to create the final release files)--
+   Create final release files
+  {{{
+ mvn clean package -Psrc -Pdist -Pnative -Dtar -DskipTests
+ mvn deploy -Psign -DskipTests
+ mvn site site:stage -DskipTests
+ }}}
   1. Copy release files to the distribution directory
1. Check out the corresponding svn repo if need be
{{{

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



[Hadoop Wiki] Update of "HowToReleasePreDSBCR" by KonstantinShvachko

2017-12-07 Thread Apache Wiki
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=86=87


  
  }}}
+  1. Verify that CHANGES.txt reflect all relevant commits since the previous 
release. Add and commit missing ones to CHANGES.txt.
  
  = Branching =
  When releasing Hadoop X.Y.Z, the following branching changes are required. 
Note that a release can match more than one of the following if-conditions. For 
a major release, one needs to make the changes for minor and point releases as 
well. Similarly, a new minor release is also a new point release.

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