Versions Compared

Key

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

...

Code Block
cd apache-flume-1.0.0
mvn clean install

Signatures and Checksums

All artifacts must be signed and checksummed. In order to sign a release you will need a PGP key. You should get your key signed be a few other people. See the Apache release signing page for more details.

1. Add your key to the KEYS file:

Code Block

(gpg --list-sigs <your-email> && gpg --armor --export <your-email>) >> KEYS

And commit the changes.

2. Sign the artifacts:

Code Block

gpg --armor --output apache-flume-1.2.0-dist.tar.gz.asc --detach-sig apache-flume-1.2.0-dist.tar.gz
gpg --armor --output apache-flume-1.2.0-src.tar.gz.asc --detach-sig apache-flume-1.2.0-src.tar.gz

3. Checksum the artifacts:

Code Block

md5 -r apache-flume-1.2.0-dist.tar.gz > apache-flume-1.2.0-dist.tar.gz.md5
md5 -r apache-flume-1.2.0-src.tar.gz > apache-flume-1.2.0-src.tar.gz.md5
shasum apache-flume-1.2.0-dist.tar.gz > apache-flume-1.2.0-dist.tar.gz.sha1
shasum apache-flume-1.2.0-src.tar.gz > apache-flume-1.2.0-src.tar.gz.sha1

Running the vote

Call for dev list votes

...

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

This is the first incubator release for Apache flume, version 1.0.0.

Please cast your vote by *** 3 working days after sending ***

The list of fixed issues: http://svn.apache.org/repos/asf/incubator/flume/branches/branch-1.0.0/CHANGELOG

The tarball (.tar.gz), signature (.asc), checksum (*.md5), license audit result
(log/.ant_releaseaudit.log), and test result (log/.ant_test.log): http://people.apache.org/~prasadm/flume-1.0.0-rc0/

The tag to be voted upon: http://svn.apache.org/repos/asf/incubator/flume/tags/release-1.0.0-rc0

The KEYS file: http://www.apache.org/dist/incubator/flume/KEYS"

You need 3 +1 votes from Flume PMC members for a release.

...