diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 20:25:41 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 20:25:41 +0100 |
commit | 6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a (patch) | |
tree | a44959a774c6b543e5882702e747bad3d910dfab /resources/scripts/helpers/download/coreboot | |
parent | 7dc0fd8b48c53439b5f8b07689b078bdd5c8f90a (diff) | |
download | librebootfr-6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a.tar.gz librebootfr-6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a.zip |
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.
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 6c1b3db9..337cdad1 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -46,13 +46,6 @@ cd "coreboot/" # reset to previously tested revision git reset --hard 5d5fcdd82b72c1fc621aab9fd6ff88cce9345d8e -# Verify checksums of the downloaded files -# ------------------------------------------------------------------------------ - -sha512sum -c "../resources/scripts/helpers/sha512sums/coreboot" || (cd "../" && rm -Rf "coreboot/" && printf "Invalid checksums for coreboot\n" && exit 1) - -printf "Valid checksums for coreboot\n" - # Get patches from review.coreboot.org # ------------------------------------------------------------------------------ |