Versions Compared

Key

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

...

Note that running the rat tool can create some artifacts that we do not want in the tarball.
Make sure that you are tarring up a fresh checkout of the release branch.

Code Block
 cp -R ambari-svngit-x.y.z ambari-x.y.z-incubating
 tar --exclude=.svngit -zcvf ambari-x.y.z-incubating.tar.gz ambari-x.y.z-incubating 

...