Skip to content

Commit

Permalink
[INLONG-900][Doc] Remove connectors copy in how-to-release doc (#901)
Browse files Browse the repository at this point in the history
Co-authored-by: vernedeng <[email protected]>
  • Loading branch information
vernedeng and vernedeng authored Dec 13, 2023
1 parent c5b8489 commit 93ec768
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions community/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ $ cd apache-inlong-${release_version}
$ mvn compile clean install package -DskipTests
# for signature convenient, copy the binary package to the source code directory
$ cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/
# for signature convenient, copy the connectors binary package to the source code directory
$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.13.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/
$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.15.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/
```
### Sign the source package/binary package/sha512
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ $ cd apache-inlong-${release_version}
$ mvn compile clean install package -DskipTests
# 拷贝二进制包拷到源码包目录下,方便下一步对包进行签名
$ cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/
# 拷贝 connectors 二进制包拷到源码包目录下,方便下一步对包进行签名
$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.13.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/
$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.15.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/
```
### 对源码包/二进制包进行签名/sha512
Expand Down

0 comments on commit 93ec768

Please sign in to comment.