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

rohit pushed a commit to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.14 by this push:
     new 370d3f2  build: deprecate and remove md5 from releases (#4751)
370d3f2 is described below

commit 370d3f2e8ece240e79e3a820428f5d8bdc0788b8
Author: Rohit Yadav <[email protected]>
AuthorDate: Fri Mar 5 10:46:52 2021 +0530

    build: deprecate and remove md5 from releases (#4751)
    
    This removes MD5 checksum created as part of release work due to ASF
    infra policy to deprecate MD5:
    https://infra.apache.org/release-distribution#sigs-and-sums
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 tools/build/build_asf.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh
index 7530be5..0d59587 100755
--- a/tools/build/build_asf.sh
+++ b/tools/build/build_asf.sh
@@ -149,9 +149,6 @@ else
   gpg -v --default-key $certid --armor --output 
apache-cloudstack-$version-src.tar.bz2.asc --detach-sig 
apache-cloudstack-$version-src.tar.bz2
 fi
 
-echo 'md5'
-gpg -v --print-md MD5 apache-cloudstack-$version-src.tar.bz2 > 
apache-cloudstack-$version-src.tar.bz2.md5
-
 echo 'sha512'
 gpg -v --print-md SHA512 apache-cloudstack-$version-src.tar.bz2 > 
apache-cloudstack-$version-src.tar.bz2.sha512
 
@@ -184,11 +181,9 @@ if [ "$committosvn" == "yes" ]; then
   fi
   cp $outputdir/apache-cloudstack-$version-src.tar.bz2 .
   cp $outputdir/apache-cloudstack-$version-src.tar.bz2.asc .
-  cp $outputdir/apache-cloudstack-$version-src.tar.bz2.md5 .
   cp $outputdir/apache-cloudstack-$version-src.tar.bz2.sha512 .
   svn add apache-cloudstack-$version-src.tar.bz2
   svn add apache-cloudstack-$version-src.tar.bz2.asc
-  svn add apache-cloudstack-$version-src.tar.bz2.md5
   svn add apache-cloudstack-$version-src.tar.bz2.sha512
   svn commit -m "Committing release candidate artifacts for $version to 
dist/dev/cloudstack in preparation for release vote"
 fi

Reply via email to