Navigation Menu

Skip to content

Commit

Permalink
Stop publishing MD5 hash with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Apr 30, 2018
1 parent b1c8aa5 commit cd359c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/release/release-build.sh
Expand Up @@ -290,8 +290,6 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
cd svn-release-staging/$RELEASE_VERSION-$RELEASE_RC/
rm -f *.asc
for i in *.zip *.tgz *.tar.gz; do gpg --output $i.asc --detach-sig --armor $i; done
rm -f *.md5
for i in *.zip *.tgz *.tar.gz; do openssl md5 -hex $i | sed 's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
rm -f *.sha512
for i in *.zip *.tgz *.tar.gz; do shasum -a 512 $i > $i.sha512; done

Expand Down

0 comments on commit cd359c2

Please sign in to comment.