Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I have created an ambari-** release candidate.
SVN GIT source tag (r***)

Code Block
https://svngit-wip-us.apache.org/repos/asf/incubator-ambari/repo?p=incubator-ambari.git;a=log;h=refs/tags/release-x.y.z-rc0

Staging site: http://people.apache.org/user_name/ambari-***

...

Code Block
ssh people.apache.org

cd /www/www.apache.org/dist/incubator/ambari/

mkdir ambari-{release_num}

cp ~/public_html/ambari-{release}/* ambari-{release_num}
ln -sfn ambari-{release_num} stable

svn move https://svn.apache.org/repos/asf/incubator/ambari/tags/release-x.y.z-rc0  https://svn.apache.org/repos/asf/incubator/ambari/tags/

Create the release tag:

Code Block

git tag -a release-x.y.z -m "Release'Ambari x.y.z"
'
git push --tags origin

Note that it takes 24 hours for the changes to propagate to the mirrors.
Wait 24 hours and verify that the bits are available in the mirrors before sending an announcement.

...