Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Usage of personal space for RC is discouraged as per http://www.apache.org/legal/release-policy.html#host-rc.

...

  1. If you have not already, check out the Flink section of the dev repository on dist.apache.org via Subversion. In a fresh directory:

    Code Block
    languagebash
     svn co https://dist.apache.org/repos/dist/dev/flink


  2. Make a directory for the new release:

    Code Block
    languagebash
     mkdir flink/${RELEASE_VERSION}
     cd flink/${RELEASE_VERSION}
    Copy Flink source/binary distributions, hashes, and GPG signature:
  3. Add and commit all the files.

    Code Block
    languagebash
     svn add flink/${RELEASE_VERSION}
     svn commit


  4. Verify that files are present.

Info

Alternatively, you can stage the source and binary releases on home.apache.org, i.e. sftp <apache-id>@home.apache.org, which would be available at http://people.apache.org/~<apache-id>. You would store the files in a sub folder of public_html that has the version and RC encoded, i.e. flink-1.3.2-rc2.

...

Propose a pull request for website updates

...