Repository: cassandra Updated Branches: refs/heads/trunk b22756420 -> 77125b76c
ninja-fix to release_process doc: point to correction location of KEYS file. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/77125b76 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/77125b76 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/77125b76 Branch: refs/heads/trunk Commit: 77125b76cb622c18b9ff9ce7eae78632abec1e20 Parents: b227564 Author: Mick Semb Wever <[email protected]> Authored: Mon Jan 7 08:09:24 2019 +1100 Committer: Mick Semb Wever <[email protected]> Committed: Mon Jan 7 08:09:24 2019 +1100 ---------------------------------------------------------------------- doc/source/development/release_process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/77125b76/doc/source/development/release_process.rst ---------------------------------------------------------------------- diff --git a/doc/source/development/release_process.rst b/doc/source/development/release_process.rst index d5deff9..303c28b 100644 --- a/doc/source/development/release_process.rst +++ b/doc/source/development/release_process.rst @@ -55,7 +55,7 @@ Create and publish your GPG key To create a GPG key, follow the `guidelines <http://www.apache.org/dev/openpgp.html>`_. Include your public key in:: - https://dist.apache.org/repos/dist/cassandra/KEYS + https://dist.apache.org/repos/dist/release/cassandra/KEYS Publish your GPG key in a PGP key server, such as `MIT Keyserver <http://pgp.mit.edu/>`_. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
