Versions Compared

Key

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

...

No Format
ssh people.apache.org
VERSION=X.Y.Z
CANDIDATE=C
cpsvn -rco ~https:/public_html/bigtop-$VERSION-RC$CANDIDATE /www/www/dist.apache.org/repos/dist/incubatorrelease/bigtop/bigtop-$VERSION
cd /www/www.apache.org/dist/incubator/bigtop
chgrpcp -R incubator r ~/public_html/bigtop-$VERSION
chmod -R g+w-RC$CANDIDATE bigtop-$VERSION
rm stable
ln -s bigtop-$VERSIONstable$VERSION stable
rm -r /www/www.apache.org/dist/incubator/bigtop/bigtop-$PREVIOUS_VERSION # remove older versionssvn commit

The last line is to remove the previous version, since only the most recent version on a particular branch should be in the dist directory (older versions are archived automatically, see http://archive.apache.org/dist/incubator/bigtop/ and http://www.apache.org/dev/mirrors.html).

...