Author: tabish
Date: Thu May 17 19:53:57 2018
New Revision: 26979
Log:
Remove MD5 files from release prep
Modified:
dev/activemq/activemq/prepare-release.sh
Modified: dev/activemq/activemq/prepare-release.sh
==============================================================================
--- dev/activemq/activemq/prepare-release.sh (original)
+++ dev/activemq/activemq/prepare-release.sh Thu May 17 19:53:57 2018
@@ -49,15 +49,9 @@ doDownload () {
echo "Downloading $theFile.asc"
curl $completeURL.asc > $theFile.asc
- echo "Downloading $theFile.md5"
- curl $completeURL.md5 > $theFile.md5
-
echo "Verifying signature $theFile.asc"
gpg --verify $theFile.asc
- echo "Augmenting $theFile.md5 with filename details"
- echo " $theFile" >> $theFile.md5
-
echo "Generating SHA512 checksum file $theFile.sha512"
sha512sum $theFile > $theFile.sha512
}
@@ -88,8 +82,6 @@ doDownload $binRepoURL apache-activemq-$
echo ""
echo "--- Download Complete for Release $2 Artifacts are in $target---"
echo ""
-echo "Validating all MD5 checksum files"
-md5sum -c *.md5
echo "Validating all SHA512 checksum files"
sha512sum -c *.sha512