This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 828cbee update release guide of elasticjob (#6549)
828cbee is described below
commit 828cbee81da97489782506bfdf29eb4da13e15e7
Author: Zhang Yonglun <[email protected]>
AuthorDate: Fri Jul 31 14:59:07 2020 +0800
update release guide of elasticjob (#6549)
---
docs/community/content/contribute/release-elasticjob.cn.md | 12 ++++++------
docs/community/content/contribute/release-elasticjob.en.md | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/community/content/contribute/release-elasticjob.cn.md
b/docs/community/content/contribute/release-elasticjob.cn.md
index 5cc46a2..dc24aec 100644
--- a/docs/community/content/contribute/release-elasticjob.cn.md
+++ b/docs/community/content/contribute/release-elasticjob.cn.md
@@ -144,8 +144,8 @@ cp -f
~/elasticjob/elasticjob-distribution/elasticjob-src-distribution/target/*.
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-src-distribution/target/*.zip.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-lite-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-lite-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
-cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
-cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
+cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-executor-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
+cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-executor-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
```
@@ -155,7 +155,7 @@ cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-scheduler-distributi
```shell
shasum -a 512 apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip >>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip.sha512
shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz >>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz.sha512
-shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz >>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz.sha512
+shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz
>>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz.sha512
shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz
>>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz.sha512
```
@@ -173,7 +173,7 @@ svn --username=${APACHE LDAP 用户名} commit -m "release
elasticjob-${RELEASE.
```shell
shasum -c apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip.sha512
shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz.sha512
-shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz.sha512
+shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz.sha512
shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz.sha512
```
@@ -207,7 +207,7 @@ Your decision? 5
```shell
gpg --verify apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip
gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz
-gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz
+gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz
gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz
```
@@ -234,7 +234,7 @@ diff -r
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src-release sharding
#### 检查二进制包的文件内容
-解压缩`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz`,`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz`
+解压缩`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz`,`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz`
和`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz`
进行如下检查:
diff --git a/docs/community/content/contribute/release-elasticjob.en.md
b/docs/community/content/contribute/release-elasticjob.en.md
index 74645b6..0a04812 100644
--- a/docs/community/content/contribute/release-elasticjob.en.md
+++ b/docs/community/content/contribute/release-elasticjob.en.md
@@ -145,8 +145,8 @@ cp -f
~/elasticjob/elasticjob-distribution/elasticjob-src-distribution/target/*.
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-src-distribution/target/*.zip.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-lite-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-lite-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
-cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
-cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
+cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-executor-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
+cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-executor-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/target/*.tar.gz
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/target/*.tar.gz.asc
~/ss_svn/dev/shardingsphere/elasticjob-${RELEASE.VERSION}
```
@@ -156,7 +156,7 @@ cp -f
~/elasticjob/elasticjob-distribution/elasticjob-cloud-scheduler-distributi
```shell
shasum -a 512 apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip >>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip.sha512
shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz >>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz.sha512
-shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz >>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz.sha512
+shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz
>>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz.sha512
shasum -b -a 512
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz
>>
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz.sha512
```
@@ -174,7 +174,7 @@ svn --username=${APACHE LDAP username} commit -m "release
elasticjob-${RELEASE.V
```shell
shasum -c apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip.sha512
shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz.sha512
-shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz.sha512
+shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz.sha512
shasum -c
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz.sha512
```
@@ -209,7 +209,7 @@ Then, check the gpg signature.
```shell
gpg --verify apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src.zip
gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz
-gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz
+gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz
gpg --verify
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz.asc
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz
```
@@ -236,7 +236,7 @@ diff -r
apache-shardingsphere-elasticjob-${RELEASE.VERSION}-src-release sharding
#### Check binary packages
-Decompress
`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz`,
`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-bin.tar.gz`
+Decompress
`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-lite-bin.tar.gz`,
`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-executor-bin.tar.gz`
and
`apache-shardingsphere-elasticjob-${RELEASE.VERSION}-cloud-scheduler-bin.tar.gz`
to check the following items: