You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2022/08/22 16:40:57 UTC

[ratis] branch master updated: RATIS-1682. Fix ratis make_rc.sh prepare-bin phase (#721)

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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 07d6065cd RATIS-1682. Fix ratis make_rc.sh prepare-bin phase (#721)
07d6065cd is described below

commit 07d6065cd8aa65a0fb09036da871aaef6175603e
Author: Yaolong Liu <ly...@163.com>
AuthorDate: Tue Aug 23 00:40:51 2022 +0800

    RATIS-1682. Fix ratis make_rc.sh prepare-bin phase (#721)
---
 dev-support/make_rc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index a11dd9da2..e02145555 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -117,6 +117,7 @@ prepare-bin() {
   mkdir -p "$WORKINGDIR"
   cd "$WORKINGDIR"
   tar zvxf "$projectdir/ratis-assembly/target/apache-ratis-${RATISVERSION}-src.tar.gz"
+  mv "apache-ratis-${RATISVERSION}-src" "apache-ratis-${RATISVERSION}"
   cd "apache-ratis-${RATISVERSION}"
 
   mvnFun clean install assembly:single -DskipTests=true  -Prelease -Papache-release -Dgpg.keyname="${CODESIGNINGKEY}"