You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/01/11 14:10:06 UTC

[incubator-linkis-website] branch dev updated: update how-to-verify.md

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

peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 85b3103  update how-to-verify.md
     new 0c7db5d  Merge pull request #102 from casionone/dev
85b3103 is described below

commit 85b3103725bea32223f22ac59f235d2703ecfa42
Author: casionone <ca...@gmail.com>
AuthorDate: Tue Jan 11 21:43:58 2022 +0800

    update how-to-verify.md
---
 community/how-to-verify.md                         | 44 ++++++++++++++++++----
 .../current/how-to-verify.md                       | 35 ++++++++++++++++-
 2 files changed, 71 insertions(+), 8 deletions(-)

diff --git a/community/how-to-verify.md b/community/how-to-verify.md
index 96e7127..6e645e3 100644
--- a/community/how-to-verify.md
+++ b/community/how-to-verify.md
@@ -135,15 +135,45 @@ Unzip `apache-linkis-${release_version}-src.tar.gz` and check as follows:
 
  You can refer to this article: [ASF Third Party License Policy](https://apache.org/legal/resolved.html)
  
+ ### 2.6 Source code compilation verification
+ ```shell script
+ 
+ mkdir apache-linkis-${release_version}-incubating-src
+ 
+ tar -xvf `apache-linkis-${release_version}-incubating-src.tar.gz` -C apache-linkis-${release_version}-incubating-src
+ 
+ cd apache-linkis-${release_version}-incubating-src
+ 
+ mvn -N install
+ #If the performance of the machine where the compilation is located is poor, this process will be time-consuming, usually about 30min
+ mvn clean install -Dmaven.javadoc.skip=true
+ ````
+
 ## 3. Email reply
 If you initiate a posting vote, you can refer to this response example to reply to the email after verification
+<font color="red">
+When replying to the email, you must bring the information that you have checked by yourself. Simply replying to `+1 approve` is invalid.
+
+PPMC/IPMC member voting is best with the binding suffix, indicating a binding vote, which is convenient for counting voting results
+</font>
 
 ```html
-+1 (xxxx)
++1 (non-binding)
+I checked:
+     1. All download links are valid
+     2. Checksum and signature are OK
+     3. LICENSE and NOTICE are exist
+     4. Build successfully on macOS(Big Sur)
+     5.  
+````
+
+PPMC/IPMC member
+```html
++1 (binding)
 I checked:
-    1. All download links are valid
-    2. Checksum and signature are OK
-    3. LICENSE and NOTICE are exist
-    4. Build successfully on macOS(Big Sur)
-    5. ....
-```
\ No newline at end of file
+     1. All download links are valid
+     2. Checksum and signature are OK
+     3. LICENSE and NOTICE are exist
+     4. Build successfully on macOS(Big Sur)
+     5.  
+````
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
index 122d928..7ef6f10 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
@@ -129,12 +129,45 @@ $ certUtil -hashfile apache-linkis-${release_version}-xxx.tar.gz SHA512
 
 详细的检查项,可以参考此文章:[ASF第三方许可证策](https://apache.org/legal/resolved.html)
  
+ 
+### 2.6 源码编译验证
+```shell script
+
+mkdir apache-linkis-${release_version}-incubating-src
+
+tar -xvf  `apache-linkis-${release_version}-incubating-src.tar.gz` -C apache-linkis-${release_version}-incubating-src  
+
+cd apache-linkis-${release_version}-incubating-src
+
+mvn -N install  
+#如果编译所在的机器性能比较差,则此过程会比较耗时,一般耗时30min左右
+mvn  clean install -Dmaven.javadoc.skip=true
+```
+  
+
 ## 3.邮件回复 
+
 如果发起了发布投票,验证后,可以参照此回复示例进行邮件回复
 
+<font color="red">
+回复的邮件一定要带上自己检查了那些项信息,仅仅回复`+1 approve`,是无效的。
+
+PPMC/IPMC成员,投票时请带上 binding后缀,表示具有约束性投票,方便统计投票结果
+</font>
+
 ```html
-+1 (xxxx)
++1 (non-binding)
+I  checked:
+    1. All download links are valid
+    2. Checksum and signature are OK
+    3. LICENSE and NOTICE are exist
+    4. Build successfully on macOS(Big Sur) 
+    5. ....
+```
 
+PPMC/IPMC成员
+```html
++1 (binding)
 I  checked:
     1. All download links are valid
     2. Checksum and signature are OK

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