Skip to content

Commit 31a14db

Browse files
committed
Removed MD5 generation script
1 parent 1b68172 commit 31a14db

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

sign-release-artifacts.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ gpg --local-user "$1" --armor --output apache-manifoldcf-$2-lib.tar.gz.asc --det
2424
gpg --local-user "$1" --armor --output apache-manifoldcf-$2-bin.zip.asc --detach-sig apache-manifoldcf-$2-bin.zip
2525
gpg --local-user "$1" --armor --output apache-manifoldcf-$2-bin.tar.gz.asc --detach-sig apache-manifoldcf-$2-bin.tar.gz
2626

27-
gpg --print-md MD5 apache-manifoldcf-$2-src.zip > apache-manifoldcf-$2-src.zip.md5
28-
gpg --print-md MD5 apache-manifoldcf-$2-src.tar.gz > apache-manifoldcf-$2-src.tar.gz.md5
29-
gpg --print-md MD5 apache-manifoldcf-$2-lib.zip > apache-manifoldcf-$2-lib.zip.md5
30-
gpg --print-md MD5 apache-manifoldcf-$2-lib.tar.gz > apache-manifoldcf-$2-lib.tar.gz.md5
31-
gpg --print-md MD5 apache-manifoldcf-$2-bin.zip > apache-manifoldcf-$2-bin.zip.md5
32-
gpg --print-md MD5 apache-manifoldcf-$2-bin.tar.gz > apache-manifoldcf-$2-bin.tar.gz.md5
33-
3427
gpg --print-md SHA512 apache-manifoldcf-$2-src.zip > apache-manifoldcf-$2-src.zip.sha512
3528
gpg --print-md SHA512 apache-manifoldcf-$2-src.tar.gz > apache-manifoldcf-$2-src.tar.gz.sha512
3629
gpg --print-md SHA512 apache-manifoldcf-$2-lib.zip > apache-manifoldcf-$2-lib.zip.sha512

0 commit comments

Comments
 (0)