Repository: orc Updated Branches: refs/heads/master fb815ffdb -> 6aa885707 (forced update)
ORC-392. Download page shouldn't link to dist.apache.org for keys. Signed-off-by: Owen O'Malley <omal...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/6aa88570 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/6aa88570 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/6aa88570 Branch: refs/heads/master Commit: 6aa885707380f87fe2fa83384e77864ff51e19b8 Parents: df20c21 Author: Owen O'Malley <omal...@apache.org> Authored: Mon Aug 6 15:42:58 2018 -0700 Committer: Owen O'Malley <omal...@apache.org> Committed: Mon Aug 6 15:44:44 2018 -0700 ---------------------------------------------------------------------- site/_config.yml | 2 +- site/develop/index.md | 2 +- site/develop/make-release.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/6aa88570/site/_config.yml ---------------------------------------------------------------------- diff --git a/site/_config.yml b/site/_config.yml index 0cc3a20..b091925 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -5,7 +5,7 @@ excerpt_separator: "" repository: https://github.com/apache/orc jira: https://issues.apache.org/jira/browse -dist: https://dist.apache.org/repos/dist/release/orc +dist: https://www.apache.org/dist/orc dist_mirror: https://www.apache.org/dyn/closer.cgi/orc tag_url: https://github.com/apache/orc/releases/tag/rel dist_archive: https://archive.apache.org/dist/orc http://git-wip-us.apache.org/repos/asf/orc/blob/6aa88570/site/develop/index.md ---------------------------------------------------------------------- diff --git a/site/develop/index.md b/site/develop/index.md index be0a80d..01d495a 100644 --- a/site/develop/index.md +++ b/site/develop/index.md @@ -186,7 +186,7 @@ Apache expects the projects to manage their current release artifact distribution using subversion. It should be limited to the latest release in each of the active release branches. -The ORC dist directory is managed via +The ORC dist directory is managed via svn in [https://dist.apache.org/repos/dist/release/orc](https://dist.apache.org/repos/dist/release/orc). The release artifacts are pushed to many mirrors. Files in the dist directory are available forever via the [Apache dist http://git-wip-us.apache.org/repos/asf/orc/blob/6aa88570/site/develop/make-release.md ---------------------------------------------------------------------- diff --git a/site/develop/make-release.md b/site/develop/make-release.md index 04f7756..ff24fa9 100644 --- a/site/develop/make-release.md +++ b/site/develop/make-release.md @@ -45,7 +45,11 @@ sftp> put orc-X.Y.Zrc0* sftp> quit ~~~ -Make sure your GPG key exists [here](https://dist.apache.org/repos/dist/release/orc/KEYS) for others to verify signature in RC +Make sure your GPG key is present in [Apache +LDAP](https://id.apache.org) and the ORC [svn dist +area](https://dist.apache.org/repos/dist/release/orc/KEYS). That will +be necessary for others to verify the signatures on the release +canidate. Click the version to release (X.Y.Z) [here](https://issues.apache.org/jira/projects/ORC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page) to get the list of jiras that are fixed in X.Y.Z