You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by se...@apache.org on 2022/04/11 01:25:50 UTC

[incubator-brpc] branch master updated: doc: Update incubator vote mail template

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 91fb07e5 doc: Update incubator vote mail template
     new 0148f46e Merge pull request #1735 from wwbmmm/update_release_doc2
91fb07e5 is described below

commit 91fb07e5828dd5f70b326ab80cbd2596ae2679fd
Author: wwbmmm <ww...@163.com>
AuthorDate: Thu Apr 7 14:18:47 2022 +0800

    doc: Update incubator vote mail template
---
 community/release_cn.md | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/community/release_cn.md b/community/release_cn.md
index 3e9d32ac..6033bf9b 100644
--- a/community/release_cn.md
+++ b/community/release_cn.md
@@ -402,12 +402,22 @@ LorinLee
 
 # 在Apache Incubator社区发起投票
 
-## 1. 投票阶段
+## 1. 更新GPG签名
+
+```
+svn delete https://dist.apache.org/repos/dist/release/incubator/brpc/KEYS -m "delete KEYS"
+
+svn cp https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS https://dist.apache.org/repos/dist/release/incubator/brpc/KEYS -m "update brpc KEYS"
+```
+
+提交完svn后,访问 <https://downloads.apache.org/incubator/brpc/KEYS>,检查内容有没有更新,可能需要等几分钟时间,等内容更新了,再继续下一步。
+
+## 2. 投票阶段
 
 1. Incubator社区投票,发起投票邮件到general@incubator.apache.org。IPMC会进行投票。经过至少72小时并统计到3个+1 IPMC member票后,即可进入下一阶段。
 2. 宣布投票结果,发起投票结果邮件到general@incubator.apache.org。
 
-## 2. 投票邮件模板
+## 3. 投票邮件模板
 
 1. Apache Incubator 社区投票邮件模板
 
@@ -448,7 +458,7 @@ The release candidate:
 https://dist.apache.org/repos/dist/dev/incubator/brpc/1.0.0/
 
 This release has been signed with a PGP available here:
-https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS
+https://downloads.apache.org/incubator/brpc/KEYS
 
 Git tag for the release:
 https://github.com/apache/incubator-brpc/releases/tag/1.0.0
@@ -510,10 +520,6 @@ Apache brpc (Incubating)
 
 ```
 svn mv https://dist.apache.org/repos/dist/dev/incubator/brpc/1.0.0 https://dist.apache.org/repos/dist/release/incubator/brpc/1.0.0 -m "release brpc 1.0.0"
-
-svn delete https://dist.apache.org/repos/dist/release/incubator/brpc/KEYS -m "delete KEYS"
-
-svn cp https://dist.apache.org/repos/dist/dev/incubator/brpc/KEYS https://dist.apache.org/repos/dist/release/incubator/brpc/KEYS -m "update brpc KEYS"
 ```
 
 ## 2. Github版本发布


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org