Update KEYS location
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/ddb8b8db Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/ddb8b8db Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/ddb8b8db Branch: refs/heads/master Commit: ddb8b8db858b93df898a5aaed204ad24d2b38395 Parents: 6e91e0f Author: Thomas Weise <[email protected]> Authored: Tue May 24 10:27:47 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Tue May 24 10:27:47 2016 -0700 ---------------------------------------------------------------------- src/md/release.md | 2 +- src/md/verification.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/ddb8b8db/src/md/release.md ---------------------------------------------------------------------- diff --git a/src/md/release.md b/src/md/release.md index 0fa9fc9..e43996f 100644 --- a/src/md/release.md +++ b/src/md/release.md @@ -97,7 +97,7 @@ The only difference between release branch and tag is this final version number ## Build and Deploy Release Candidate Prerequisites: - - GPG key needs to be in https://dist.apache.org/repos/dist/release/incubator/apex/KEYS + - GPG key needs to be in https://dist.apache.org/repos/dist/release/apex/KEYS - Credentials for `apache.staging.https` server distribution management in `~/.m2/settings.xml` - Tag pushed to ASF git http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/ddb8b8db/src/md/verification.md ---------------------------------------------------------------------- diff --git a/src/md/verification.md b/src/md/verification.md index 410346f..7636ba3 100644 --- a/src/md/verification.md +++ b/src/md/verification.md @@ -3,7 +3,7 @@ ## Prerequisites Download the KEYS file and import it. Verify that the key just imported is correct. ```bash -wget https://dist.apache.org/repos/dist/release/incubator/apex/KEYS +wget https://dist.apache.org/repos/dist/release/apex/KEYS gpg --import KEYS gpg --fingerprint <key-id> ```
