From 6bb7ae93fa8f17dcf488ea84d2a7cca2f5fbd76a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 29 Aug 2015 15:25:41 -0400 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. --- (limited to 'docs/maintain/index.html') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 30cbd89..8c71642 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -223,18 +223,6 @@

- Note: you will also need to replace the sha512 sums in - resources/scripts/helpers/sha512sums/coreboot. Do this with - an unmodified version of coreboot, from the commit that you are using, - and make sure that the files/directories beginning with .git do not - appear in the list of sha512 checksums. You must also run the deblob - script to remove the blobs, before generating this list of sha512 sums. - You can generate the list like so:
- $ rm -f ../resources/scripts/helpers/sha512sums/coreboot
- $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/coreboot; done -

- -

Download coreboot again, only this time, using the download script. The download script also applies custom patches to coreboot (see resources/scripts/helpers/download/coreboot); @@ -448,15 +436,6 @@ build the ROM images and test them, with this different GRUB version that you have prepared.

-

- Note: you will also need to replace the sha512 sums in - resources/scripts/helpers/sha512sums/grub. Do this with - an unmodified version of GRUB, from the commit that you are using, - and make sure that the files/directories beginning with .git do not - appear in the list of sha512 checksums. You can generate the list like so:
- $ rm -f ../resources/scripts/helpers/sha512sums/grub
- $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/grub; done -

Back to top of page. @@ -543,15 +522,6 @@

Patches are in resources/flashrom/patch/

-

- Note: you will also need to replace the sha512 sums in - resources/scripts/helpers/sha512sums/flashrom. Do this with - an unmodified version of flashrom, from the commit that you are using, - and make sure that the files/directories beginning with .svn do not - appear in the list of sha512 checksums. You can generate the list like so:
- $ rm -f ../resources/scripts/helpers/sha512sums/flashrom
- $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/flashrom; done -

Back to top of page. @@ -569,15 +539,6 @@ is resources/scripts/helpers/download/bucts and the build script is resources/scripts/helpers/build/module/bucts.

-

- Note: you will also need to replace the sha512 sums in - resources/scripts/helpers/sha512sums/bucts. Do this with - an unmodified version of bucts, from the commit that you are using, - and make sure that the files/directories beginning with .git do not - appear in the list of sha512 checksums. You can generate the list like so:
- $ rm -f ../resources/scripts/helpers/sha512sums/bucts
- $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/bucts; done -

Back to top of page. -- cgit v0.9.1