From 8b484a19b51fb0591d938b3b7cf4fcb8f06c7a2f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 15 Jul 2014 23:29:00 -0400 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. --- (limited to 'getcb') diff --git a/getcb b/getcb index 57c38c6..b1e8e3d 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 v0.9.1