You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2021/11/15 20:17:19 UTC

svn commit: r50955 - /dev/helix/release-script-helix-0.8.x-svn.sh

Author: jxue
Date: Mon Nov 15 20:17:19 2021
New Revision: 50955

Log:
Update 0.9.9

Modified:
    dev/helix/release-script-helix-0.8.x-svn.sh

Modified: dev/helix/release-script-helix-0.8.x-svn.sh
==============================================================================
--- dev/helix/release-script-helix-0.8.x-svn.sh (original)
+++ dev/helix/release-script-helix-0.8.x-svn.sh Mon Nov 15 20:17:19 2021
@@ -57,18 +57,10 @@ do
 done
 
 
-shasum -a 512 helix-core-$version-pkg.tar > helix-core-$version-pkg.tar.sha512
-shasum -a 512 helix-admin-webapp-$version-pkg.tar > helix-admin-webapp-$version-pkg.tar.sha512
-shasum -a 512 helix-agent-$version-pkg.tar > helix-agent-$version-pkg.tar.sha512
-shasum -a 512 helix-rest-$version-pkg.tar > helix-rest-$version-pkg.tar.sha512
-shasum -a 512 helix-front-$version-pkg.tar > helix-front-$version-pkg.tar.sha512
-shasum -a 512 zookeeper-api-$version-pkg.tar > zookeeper-api-$version-pkg.tar.sha512
-shasum -a 512 helix-lock-$version-pkg.tar > helix-lock-$version-pkg.tar.sha512
-
 cd ..
 mkdir src
 cd src
-for i in zip zip.asc zip.md5 zip.sha512
+for i in zip zip.asc zip.md5 zip.sha1
 do
   echo "wget -O helix-$version-src.$i $repo/org/apache/helix/helix/$version/helix-$version-source-release.$i"
   wget -O helix-$version-src.$i $repo/org/apache/helix/helix/$version/helix-$version-source-release.$i
@@ -78,3 +70,11 @@ do
   fi
 done
 
+shasum -a 512 helix-core-$version-pkg.tar > helix-core-$version-pkg.tar.sha512
+shasum -a 512 helix-admin-webapp-$version-pkg.tar > helix-admin-webapp-$version-pkg.tar.sha512
+shasum -a 512 helix-agent-$version-pkg.tar > helix-agent-$version-pkg.tar.sha512
+shasum -a 512 helix-rest-$version-pkg.tar > helix-rest-$version-pkg.tar.sha512
+shasum -a 512 helix-front-$version-pkg.tar > helix-front-$version-pkg.tar.sha512
+shasum -a 512 zookeeper-api-$version-pkg.tar > zookeeper-api-$version-pkg.tar.sha512
+shasum -a 512 helix-lock-$version-pkg.tar > helix-lock-$version-pkg.tar.sha512
+