Versions Compared

Key

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

...

This step makes the artifacts available on the mirrors.

No Format
VERSION=X.Y.Z #Example: 1.3.0
CANDIDATE=C #Example: RC2
svn co https://dist.apache.org/repos/dist/release/bigtop
cd bigtop
svn mv https://dist.apache.org/repos/dist/dev/bigtop/X.Y.Z-rc1bigtop-$VERSION-$CANDIDATE https://dist.apache.org/repos/dist/release/bigtop/bigtop-X.Y.Z$VERSION
rm stable
ln -s bigtop-$VERSION stable
svn commit

...