From 6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 29 Aug 2015 20:25:41 +0100 Subject: downloads: don't check sha512 on git/svm downloads Resetting to those commits already implies that they are correct, because git already does integrity checking. --- resources/scripts/helpers/download/bucts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'resources/scripts/helpers/download/bucts') diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index 9b277f2a..ae58b938 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -48,13 +48,6 @@ cd "bucts/" printf "Patching bucts to not require git for building\n" git reset --hard dc27919d7a66a6e8685ce07c71aefa4f03ef7c07 -# Verify checksums of the downloaded files -# ------------------------------------------------------------------------------ - -sha512sum -c "../resources/scripts/helpers/sha512sums/bucts" || (cd "../" && rm -Rf "bucts/" && printf "Invalid checksums for bucts\n" && exit 1) - -printf "Valid checksums for bucts\n" - # Apply patches # ------------------------------------------------------------------------------ -- cgit v1.2.3-70-g09d2