From ef5d5bf15910fc5bfe02df2afe9861691a9e4e32 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 12 Jul 2015 12:15:18 -0400 Subject: download/bucts: Verify checksums of downloaded files --- (limited to 'docs') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 28a585d..82bdc98 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -560,6 +560,15 @@ 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