diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 15:25:41 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 15:25:41 (EDT) |
commit | 6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a (patch) | |
tree | a44959a774c6b543e5882702e747bad3d910dfab /resources/scripts/helpers/download/flashrom | |
parent | 7dc0fd8b48c53439b5f8b07689b078bdd5c8f90a (diff) | |
download | libreboot-6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a.zip libreboot-6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a.tar.gz libreboot-6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a.tar.bz2 |
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/flashrom')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 2262f63..403ba8f 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -41,13 +41,6 @@ svn co -r 1889 svn://flashrom.org/flashrom/trunk flashrom cd "flashrom/" -# Verify checksums of the downloaded files -# ------------------------------------------------------------------------------ - -sha512sum -c "../resources/scripts/helpers/sha512sums/flashrom" || (cd "../" && rm -Rf "flashrom/" && printf "Invalid checksums for flashrom\n" && exit 1) - -printf "Valid checksums for flashrom\n" - # Apply patches # ------------------------------------------------------------------------------ |