You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/11/29 08:06:53 UTC

[incubator-doris] branch master updated: [docs](release) Update download page to add release 0.15 (#7244)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b3c834  [docs](release) Update download page to add release 0.15 (#7244)
9b3c834 is described below

commit 9b3c83439628317af77dc05b694a24f34e36ac9a
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Mon Nov 29 16:06:32 2021 +0800

    [docs](release) Update download page to add release 0.15 (#7244)
    
    Also modify some steps in release processing document
---
 docs/en/community/release-process.md    | 37 +++++++++++++++++++++++----------
 docs/en/downloads/downloads.md          |  3 ++-
 docs/zh-CN/community/release-process.md | 36 +++++++++++++++++++++-----------
 docs/zh-CN/downloads/downloads.md       |  3 ++-
 4 files changed, 54 insertions(+), 25 deletions(-)

diff --git a/docs/en/community/release-process.md b/docs/en/community/release-process.md
index ae707ac..43bd366 100644
--- a/docs/en/community/release-process.md
+++ b/docs/en/community/release-process.md
@@ -87,11 +87,6 @@ After installation, the default configuration file gpg.conf will be placed in th
 ```
 
 If this directory or file does not exist, you can create an empty file directly.
-Edit gpg.conf, modify or add KeyServer configuration:
-
-```
-keyserver hkp http://keys.gnupg.net
-```
 
 Apache signature recommends SHA512, which can be done by configuring gpg.
 Edit gpg.conf and add the following three lines:
@@ -212,7 +207,7 @@ mQINBFwJEQ0BEACwqLluHfjBqD/RWZ4uoYxNYHlIzZvbvxAlwS2mn53BirLIU/G3
 Public key servers are servers that store users'public keys exclusively on the network. The send-keys parameter uploads the public key to the server.
 
 ```
-gpg --send-keys xxxx
+gpg --send-keys xxxx --keyserver https://keyserver.ubuntu.com/
 ```
 
 Where XXX is the last step -- the string after pub in the list-keys result, as shown above: 33DBF2E0
@@ -220,12 +215,12 @@ Where XXX is the last step -- the string after pub in the list-keys result, as s
 You can also upload the contents of the above public-key.txt through the following website:
 
 ```
-http://keys.gnupg.net
+https://keyserver.ubuntu.com/
 ```
 
 After successfully upload, you can query the website and enter 0x33DBF2E0:
 
-http://keys.gnupg.net
+https://keyserver.ubuntu.com/
 
 Queries on the site are delayed and may take an hour.
 
@@ -250,19 +245,39 @@ sub   4096R/0E8182E6 2018-12-06
 
 Paste the fingerprint above (i.e. 07AA E690 B01D 1A4B 469B 0BEF 5E29 CE39 33DB F2E0) into your user information:
 
+```
 https://id.apache.org
 OpenPGP Public Key Primary Fingerprint:
+```
+
+> Notice: One can has multi Public Key。
 
 #### Generating keys
 
 ```
 svn co https://dist.apache.org/repos/dist/dev/incubator/doris/
-# edit doris/KEY file
+# edit doris/KEYS file
 gpg --list-sigs [用户 ID] >> doris/KEYS
 gpg --armor --export [用户 ID] >> doris/KEYS
 svn ci --username $ASF_USERNAME --password "$ASF_PASSWORD" -m"Update KEYS"
 ```
 
+Note that the KEYS file must be published to the following svn repo at he same time:
+
+```
+svn co https://dist.apache.org/repos/dist/release/incubator/doris
+# edit doris/KEYS file
+svn ci --username $ASF_USERNAME --password "$ASF_PASSWORD" -m"Update KEYS"
+```
+
+It will be automatically synced to:
+
+```
+https://downloads.apache.org/incubator/doris/KEYS
+```
+
+In the follow-up voting mail, the KEYS file in `https://downloads.apache.org/incubator/doris/KEYS` should be used.
+
 ## Prepare for release
 
 ### Launching DISCUSS in the Community
@@ -412,7 +427,7 @@ https://dist.apache.org/repos/dist/dev/incubator/doris/0.9/0.9.0-rc1/
 This has been signed with PGP key 33DBF2E0, corresponding to
 lide@apache.org.
 KEYS file is available here:
-https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
+https://downloads.apache.org/incubator/doris/KEYS
 It is also listed here:
 https://people.apache.org/keys/committer/lide.asc
 
@@ -499,7 +514,7 @@ https://dist.apache.org/repos/dist/dev/incubator/doris/0.9/0.9.0-rc01/
 
 This has been signed with PGP key 33DBF2E0, corresponding to lide@apache.org.
 KEYS file is available here:
-https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
+https://downloads.apache.org/incubator/doris/KEYS
 It is also listed here:
 https://people.apache.org/keys/committer/lide.asc
 
diff --git a/docs/en/downloads/downloads.md b/docs/en/downloads/downloads.md
index 57faba5..ba52185 100644
--- a/docs/en/downloads/downloads.md
+++ b/docs/en/downloads/downloads.md
@@ -30,7 +30,8 @@ You can download source code from following links, then compile and install Dori
 
 | Version | Release Date | Download Source from Mirror |
 |---|---|---|
-| 0.14.0 | 2021-05-26 | [Source](https://www.apache.org/dyn/closer.cgi/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz) ([Signature](https://downloads.apache.org/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.asc) [SHA512](https://downloads.apache.org/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.sha512))|
+| 0.15.0 | 2021-11-29 | [Source](https://www.apache.org/dyn/closer.cgi/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz) ([Signature](https://downloads.apache.org/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz.asc) [SHA512](https://downloads.apache.org/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz.sha512))|
+| 0.14.0 | 2020-05-26 | [Source](https://archive.apache.org/dist/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz) ([Signature](https://archive.apache.org/dist/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.asc) [SHA512](https://archive.apache.org/dist/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.sha512))|
 | 0.13.0 | 2020-10-24 | [Source](https://archive.apache.org/dist/incubator/doris/0.13.0-incubating/apache-doris-0.13.0-incubating-src.tar.gz) ([Signature](https://archive.apache.org/dist/incubator/doris/0.13.0-incubating/apache-doris-0.13.0-incubating-src.tar.gz.asc) [SHA512](https://archive.apache.org/dist/incubator/doris/0.13.0-incubating/apache-doris-0.13.0-incubating-src.tar.gz.sha512))|
 | 0.12.0 | 2020-04-24 | [Source](http://archive.apache.org/dist/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz) ([Signature](http://archive.apache.org/dist/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz.asc) [SHA512](http://archive.apache.org/dist/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz.sha512)) |
 | 0.11.0 | 2019-11-29 | [Source](http://archive.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz) ([Signature](http://archive.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.asc) [SHA512](http://archive.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.sha512)) |
diff --git a/docs/zh-CN/community/release-process.md b/docs/zh-CN/community/release-process.md
index be976c8..93b19fd 100644
--- a/docs/zh-CN/community/release-process.md
+++ b/docs/zh-CN/community/release-process.md
@@ -84,11 +84,6 @@ yum install gnupg
 ```
 
 如果不存在这个目录或文件,可以直接创建一个空文件。
-编辑gpg.conf, 修改或者增加 keyserver 配置:
-
-```
-keyserver hkp://keys.gnupg.net
-```
 
 Apache 签名推荐 SHA512, 可以通过配置 gpg 完成。
 编辑gpg.conf, 增加下面的三行:
@@ -208,14 +203,14 @@ mQINBFwJEQ0BEACwqLluHfjBqD/RWZ4uoYxNYHlIzZvbvxAlwS2mn53BirLIU/G3
 公钥服务器是网络上专门储存用户公钥的服务器。send-keys 参数可以将公钥上传到服务器。
 
 ```
-gpg --send-keys xxxx
+gpg --send-keys xxxx --keyserver https://keyserver.ubuntu.com/
 
 ```
 其中 xxxx 为上一步 `--list-keys` 结果中 pub 后面的字符串,如上为:33DBF2E0
 
-也可以通过[网站](https://keys.gnupg.net)上传上述 public-key.txt 的内容:
+也可以通过[网站](https://keyserver.ubuntu.com/)上传上述 public-key.txt 的内容:
 
-上传成功之后,可以通过查询这个[网站](https://keys.gnupg.net),输入 0x33DBF2E0 查询:
+上传成功之后,可以通过查询这个[网站](https://keyserver.ubuntu.com/),输入 0x33DBF2E0 查询。(注意需要以 0x 开头)
 
 该网站查询有延迟,可能需要等1个小时。
 
@@ -241,18 +236,35 @@ sub   4096R/0E8182E6 2018-12-06
 
 https://id.apache.org
 
-OpenPGP Public Key Primary Fingerprint:
+`OpenPGP Public Key Primary Fingerprint:`
+
+> 注:每个人可以有多个 Public Key。
 
 #### 生成 keys
 
 ```
 svn co https://dist.apache.org/repos/dist/dev/incubator/doris/
-# edit doris/KEY file
+# edit doris/KEYS file
 gpg --list-sigs [用户 ID] >> doris/KEYS
 gpg --armor --export [用户 ID] >> doris/KEYS
 svn ci --username $ASF_USERNAME --password "$ASF_PASSWORD" -m"Update KEYS"
 ```
 
+注意,KEYS 文件要同时发布到如下 svn 库:
+
+```
+svn co https://dist.apache.org/repos/dist/release/incubator/doris
+# edit doris/KEYS file
+svn ci --username $ASF_USERNAME --password "$ASF_PASSWORD" -m"Update KEYS"
+```
+
+之后会自动同步到:
+```
+https://downloads.apache.org/incubator/doris/KEYS
+```
+
+在后续的发版投票邮件中,要使用 `https://downloads.apache.org/incubator/doris/KEYS` 这里的 KEYS 文件。
+
 ## 准备发布
 
 ### 在社区发起 DISCUSS
@@ -396,7 +408,7 @@ https://dist.apache.org/repos/dist/dev/incubator/doris/0.9/0.9.0-rc1/
 This has been signed with PGP key 33DBF2E0, corresponding to
 lide@apache.org.
 KEYS file is available here:
-https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
+https://downloads.apache.org/incubator/doris/KEYS
 It is also listed here:
 https://people.apache.org/keys/committer/lide.asc
 
@@ -483,7 +495,7 @@ https://dist.apache.org/repos/dist/dev/incubator/doris/0.9/0.9.0-rc01/
 
 This has been signed with PGP key 33DBF2E0, corresponding to lide@apache.org.
 KEYS file is available here:
-https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS
+https://downloads.apache.org/incubator/doris/KEYS
 It is also listed here:
 https://people.apache.org/keys/committer/lide.asc
 
diff --git a/docs/zh-CN/downloads/downloads.md b/docs/zh-CN/downloads/downloads.md
index 0bc8291..044e654 100644
--- a/docs/zh-CN/downloads/downloads.md
+++ b/docs/zh-CN/downloads/downloads.md
@@ -11,7 +11,8 @@
 
 | 版本 | 发布日期 | 从镜像网站下载 |
 |---|---|---|
-| 0.14.0 | 2021-05-26 | [Source](https://www.apache.org/dyn/closer.cgi/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz) ([Signature](https://downloads.apache.org/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.asc) [SHA512](https://downloads.apache.org/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.sha512))|
+| 0.15.0 | 2021-11-29 | [Source](https://www.apache.org/dyn/closer.cgi/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz) ([Signature](https://downloads.apache.org/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz.asc) [SHA512](https://downloads.apache.org/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz.sha512))|
+| 0.14.0 | 2020-05-26 | [Source](https://archive.apache.org/dist/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz) ([Signature](https://archive.apache.org/dist/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.asc) [SHA512](https://archive.apache.org/dist/incubator/doris/0.14.0-incubating/apache-doris-0.14.0-incubating-src.tar.gz.sha512))|
 | 0.13.0 | 2020-10-24 | [Source](https://archive.apache.org/dist/incubator/doris/0.13.0-incubating/apache-doris-0.13.0-incubating-src.tar.gz) ([Signature](https://archive.apache.org/dist/incubator/doris/0.13.0-incubating/apache-doris-0.13.0-incubating-src.tar.gz.asc) [SHA512](https://archive.apache.org/dist/incubator/doris/0.13.0-incubating/apache-doris-0.13.0-incubating-src.tar.gz.sha512))|
 | 0.12.0 | 2020-04-24 | [Source](http://archive.apache.org/dist/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz) ([Signature](http://archive.apache.org/dist/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz.asc) [SHA512](http://archive.apache.org/dist/incubator/doris/0.12.0-incubating/apache-doris-0.12.0-incubating-src.tar.gz.sha512)) |
 | 0.11.0 | 2019-11-29 | [Source](http://archive.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz) ([Signature](http://archive.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.asc) [SHA512](http://archive.apache.org/dist/incubator/doris/0.11.0-incubating/apache-doris-0.11.0-incubating-src.tar.gz.sha512)) |

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org