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 2022/04/23 14:06:53 UTC

[incubator-doris] branch master updated: [doc] Modify the release version to prepare the key generation problem solution (#9165)

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 f2d741fa95 [doc] Modify the release version to prepare the key generation problem solution (#9165)
f2d741fa95 is described below

commit f2d741fa951edd26aad9fe5c6401021abac9864a
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Sat Apr 23 22:06:48 2022 +0800

    [doc] Modify the release version to prepare the key generation problem solution (#9165)
---
 docs/en/community/release-and-verify/release-prepare.md | 17 ++++++++++++-----
 .../community/release-and-verify/release-prepare.md     |  7 +++++++
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/docs/en/community/release-and-verify/release-prepare.md b/docs/en/community/release-and-verify/release-prepare.md
index 9d98df9f1e..64de07b1f2 100644
--- a/docs/en/community/release-and-verify/release-prepare.md
+++ b/docs/en/community/release-and-verify/release-prepare.md
@@ -196,6 +196,13 @@ Enter passphrase, twice, more than 8 characters.
 
 **The secret key here must be remembered, it will be used later when signing. It will also be used for publishing other components**
 
+>**Notice:**
+>
+>If the generation is stuck when it can be generated and cannot be completed for a long time, the following solutions can be used to solve it:
+>
+>Install the rng-tools tool by `yum install rng-tools` to complete the installation.
+>Then open a new window and execute the command: rngd -r /dev/urandom, and the key generation can be completed instantly.
+
 ##### View and output
 
 The first line shows the public key file name (pubring.gpg), the second line shows the public key characteristics (4096 bits, hash string and generation time), the third line shows the "user ID", comments, emails, and the fourth line shows the private key characteristics.
@@ -315,12 +322,12 @@ For components such as the Doris Connector, you need to use maven for the releas
 
 
     `mvn --encrypt-password <password>`
-
+    
     The password is the password for the apache account. The output is similar to `{GRKbCylpwysHfV...}`
     
     Add in `~/.m2/settings.xml`
-
-	```
+    
+    ```
     <servers>
       <!-- To publish a snapshot of your project -->
       <server>
@@ -335,8 +342,8 @@ For components such as the Doris Connector, you need to use maven for the releas
         <password>{GRKbCylpwysHfV...}</password>
       </server>
     </servers>
-	```
-	
+    ```
+
 ## Initiating DISCUSS in the community
 
 DISCUSS is not a required process before a release, but it is highly recommended to start a discussion in the dev@doris mail group before a major release. Content includes, but is not limited to, descriptions of important features, bug fixes, etc.
\ No newline at end of file
diff --git a/docs/zh-CN/community/release-and-verify/release-prepare.md b/docs/zh-CN/community/release-and-verify/release-prepare.md
index 063984420b..b1bc36b769 100644
--- a/docs/zh-CN/community/release-and-verify/release-prepare.md
+++ b/docs/zh-CN/community/release-and-verify/release-prepare.md
@@ -195,6 +195,13 @@ Email address 为 apache 的邮箱。
 
 **这里的秘钥一定要记住,后面签名的时候会用到。同时也会用于其他组件的发布**
 
+>**注意:**
+>
+>如果在生成可以的时候出现卡住,长时间不能完成的时候,可以通过下面的方案解决:
+>
+>安装 rng-tools 这个工具,通过 `yum install rng-tools` 完成安装。
+>之后再打开一个新的窗口执行命令:rngd -r /dev/urandom,生成密钥就能瞬间完成了。
+
 ##### 查看和输出
 
 第一行显示公钥文件名(pubring.gpg),第二行显示公钥特征(4096位,Hash字符串和生成时间),第三行显示"用户ID",注释,邮件,第四行显示私钥特征。


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