From ef5d5bf15910fc5bfe02df2afe9861691a9e4e32 Mon Sep 17 00:00:00 2001
From: Francis Rowe
+ 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