dockerzhang commented on code in PR #811:
URL: https://github.com/apache/inlong-website/pull/811#discussion_r1268884350


##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -116,6 +116,8 @@ $ gpg --keyserver pgpkeys.mit.edu --send-key <key id>
 dev 分支的 svn 仓库:https://dist.apache.org/repos/dist/dev/inlong
 
 release 分支的 SVN 仓库:https://dist.apache.org/repos/dist/release/inlong
+
+请确认`dev`和`release`分支中增加的`key`相同

Review Comment:
   ```suggestion
   请确认 `dev` 和 `release` 分支中增加的 `key` 相同
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -285,7 +287,8 @@ $ svn commit -m "prepare for ${release_version} 
${rc_version}"
 - 检查通过以后, 在下方的 Summary 标签页上出现一个连接,请保存好这个链接,需要放在接下来的投票邮件当中,链接类似 
`https://repository.apache.org/content/repositories/orgapacheinlong-{staging-id}`
 。
 
 :::caution
-请注意点击 Close 可能会出现失败,请检查失败原因并处理
+- 如果Close操作失败,请检查失败原因并处理

Review Comment:
   ```suggestion
   - 如果 Close 操作失败,请检查失败原因并处理
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md:
##########
@@ -53,7 +53,7 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done
 :::
 
 ### 检查二进制包
-解压缩 `apache-inlong-${release_version}-bin.tar.gz` 和 
`apache-inlong-${release_version}-sort-connectors.tar.gz`,进行如下检查:
+解压缩 `apache-inlong-${release_version}-bin.tar.gz`, 
以及对应Flink版本的`Sort-Connector`,进行如下检查:

Review Comment:
   ```suggestion
   解压缩 `apache-inlong-${release_version}-bin.tar.gz`, 以及对应 Flink 版本的 `Sort 
Connector`,进行如下检查:
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -285,7 +287,8 @@ $ svn commit -m "prepare for ${release_version} 
${rc_version}"
 - 检查通过以后, 在下方的 Summary 标签页上出现一个连接,请保存好这个链接,需要放在接下来的投票邮件当中,链接类似 
`https://repository.apache.org/content/repositories/orgapacheinlong-{staging-id}`
 。
 
 :::caution
-请注意点击 Close 可能会出现失败,请检查失败原因并处理
+- 如果Close操作失败,请检查失败原因并处理
+- 如果出现 `Signature Validation` 错误事件,可能是 keyserver 之间没有同步 key,可以重新上传 key 到 
`keyserver.ubuntu.com`  或 `keys.openpgp.org`

Review Comment:
   ```suggestion
   - 如果出现 `Signature Validation` 错误事件,可能是 `keyserver` 之间没有同步 `key`,可以重新上传 `key` 
到 `keyserver.ubuntu.com`  或  `keys.openpgp.org`
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -116,6 +116,8 @@ $ gpg --keyserver pgpkeys.mit.edu --send-key <key id>
 dev 分支的 svn 仓库:https://dist.apache.org/repos/dist/dev/inlong
 
 release 分支的 SVN 仓库:https://dist.apache.org/repos/dist/release/inlong
+
+请确认`dev`和`release`分支中增加的`key`相同

Review Comment:
   ```suggestion
   请确认 `dev` 和 `release` 分支中增加的 `key` 相同
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -285,7 +287,8 @@ $ svn commit -m "prepare for ${release_version} 
${rc_version}"
 - 检查通过以后, 在下方的 Summary 标签页上出现一个连接,请保存好这个链接,需要放在接下来的投票邮件当中,链接类似 
`https://repository.apache.org/content/repositories/orgapacheinlong-{staging-id}`
 。
 
 :::caution
-请注意点击 Close 可能会出现失败,请检查失败原因并处理
+- 如果Close操作失败,请检查失败原因并处理

Review Comment:
   ```suggestion
   - 如果 Close 操作失败,请检查失败原因并处理
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -285,7 +287,8 @@ $ svn commit -m "prepare for ${release_version} 
${rc_version}"
 - 检查通过以后, 在下方的 Summary 标签页上出现一个连接,请保存好这个链接,需要放在接下来的投票邮件当中,链接类似 
`https://repository.apache.org/content/repositories/orgapacheinlong-{staging-id}`
 。
 
 :::caution
-请注意点击 Close 可能会出现失败,请检查失败原因并处理
+- 如果Close操作失败,请检查失败原因并处理
+- 如果出现 `Signature Validation` 错误事件,可能是 keyserver 之间没有同步 key,可以重新上传 key 到 
`keyserver.ubuntu.com`  或 `keys.openpgp.org`

Review Comment:
   ```suggestion
   - 如果出现 `Signature Validation` 错误事件,可能是 `keyserver` 之间没有同步 `key`,可以重新上传 `key` 
到 `keyserver.ubuntu.com`  或  `keys.openpgp.org`
   ```



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md:
##########
@@ -53,7 +53,7 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done
 :::
 
 ### 检查二进制包
-解压缩 `apache-inlong-${release_version}-bin.tar.gz` 和 
`apache-inlong-${release_version}-sort-connectors.tar.gz`,进行如下检查:
+解压缩 `apache-inlong-${release_version}-bin.tar.gz`, 
以及对应Flink版本的`Sort-Connector`,进行如下检查:

Review Comment:
   ```suggestion
   解压缩 `apache-inlong-${release_version}-bin.tar.gz`, 以及对应 Flink 版本的 `Sort 
Connector`,进行如下检查:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to