Versions Compared

Key

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

...

  • gpg --print-md MD5 kafka_X.Y.Z-src.tgz > kafka_X.Y.Z-src.tgz.md5
  • gpg --armor --output kafka_X.Y.Z-src.tgz.asc --detach-sig kafka_X.Y.Z-src.tgz
  • gpg --print-md SHA1 kafka_X.Y.Z-src.tgz > kafka_X.Y.Z-src.tgz.sh1

11) scp kafka_X.Y.Z-src* to a folder on a web server
12) ssh in a virtual machine, been using http://vagrantup.comImage Modified
13) wget the file
14) tar -xvf kafka-X.Y.Z-src.tgz
15) verify signings and hashes
16)
17) create file RELEASE_NOTES.html

  1. add the html version of release notes
    vi RELEASE-NOTES.html
    Go to Apache JIRA and click on the version 0.7.
    (https://issues.apache.org/jira/browse/KAFKA/fixforversion/12317243)
    Click Release Notes
    Configure it to output html
    copy paste that to RELEASE-NOTES.html
    If the release includes new Features, include the following in the
    Release Notes -