You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2018/08/06 22:43:38 UTC

[2/2] orc git commit: ORC-392. Download page shouldn't link to dist.apache.org for keys.

ORC-392. Download page shouldn't link to dist.apache.org for keys.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/fb815ffd
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/fb815ffd
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/fb815ffd

Branch: refs/heads/master
Commit: fb815ffdb7fdec1960dd36d3dbd412c26e99e2da
Parents: cedd0f9
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Aug 6 15:42:58 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Aug 6 15:43:26 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/fb815ffd/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/fb815ffd/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/fb815ffd/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