Versions Compared

Key

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

...

Code Block
md5 -r apache-flume-1.2.0-bin.tar.gz > apache-flume-1.2.0-bin.tar.gz.md5md5sum
md5 -r apache-flume-1.2.0.tar.gz > apache-flume-1.2.0.tar.gz.md5md5sum
shasum apache-flume-1.2.0-bin.tar.gz > apache-flume-1.2.0-bin.tar.gz.sha1sha1sum
shasum apache-flume-1.2.0.tar.gz > apache-flume-1.2.0.tar.gz.sha1sha1sum

Note: the checksum files must be named .md5sum and .sha1sum or the mirrors will not pick them up.

Running the vote

Call for dev list votes

...

No Format
To: dev@flume.apache.org
Subject: [VOTE] Release Apache Flume version 1.2.0

This is the first release for Apache Flume as a top-level project,
version 1.2.0. We are voting on release candidate rc0.

*** Please cast your vote within the next 72 hours ***

The list of fixed issues:
https://svn.apache.org/repos/asf/flume/tags/flume-1.2.0-rc0/CHANGELOG

The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5md5sum, *.sha1sha1sum)
for the source and binary artifacts can be found at:
https://people.apache.org/~mpercy/flume/apache-flume-1.2.0-rc0/

The tag to be voted on:
https://svn.apache.org/repos/asf/flume/tags/flume-1.2.0-rc0

The KEYS file can be found here:
https://svn.apache.org/repos/asf/flume/dist/KEYS

...

Source and convenience artifacts

Code Block
ssh people.apache.org
cp -r ~/public_html/flume-1.0.0-rc0 /www/www.apache.org/dist/incubator/flume/flume-1.0.0
cd /www/www.apache.org/dist/incubator/flume
chgrp -R incubator flume-svn checkout https://dist.apache.org/repos/dist/release/flume dist-flume
cd dist-flume
mkdir 1.0.0
chmod -R g+w flume-cp <all release artifacts including asc/checksum files> 1.0.0/
svn rm stable # remove older version link
ln -s flume-1.0.0 stable # update stable
rm r /www/www.apache.org/dist/incubator/flume/flume$PREVIOUS_VERSION # remove older versions version link
svn add stable 1.0.0
svn commit

It may take up to 24 hours for all mirrors to sync up.

...