From 8b484a19b51fb0591d938b3b7cf4fcb8f06c7a2f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 16 Jul 2014 03:29:00 +0000 Subject: Libreboot release 6 beta 2. Deleted all git-related files from the coreboot directory. This was necessary because with those it is possible to run 'git diff' which shows the changes made in the form of a patch (diff format); this includes the blobs that were deleted during deblobbing. --- getcb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'getcb') diff --git a/getcb b/getcb index 57c38c63..b1e8e3d6 100755 --- a/getcb +++ b/getcb @@ -144,6 +144,13 @@ rm -rf gitdiff cd ../ echo "deblobbing coreboot" ./DEBLOB +# The git history (git diff command) shows what blobs were deleted (including the blobs themselves) which is a freedom issue. Just delete .git altogether: +cd coreboot +rm -rf .git +rm -rf .gitreview +rm -rf .gitmodules +rm -rf .gitignore +cd ../ echo "finished deblobbing coreboot" # we're done -- cgit v1.2.3-70-g09d2