summaryrefslogtreecommitdiff
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-07-16 03:29:00 +0000
committerMichał Masłowski <mtjm@mtjm.eu>2014-08-22 19:06:28 +0200
commit8b484a19b51fb0591d938b3b7cf4fcb8f06c7a2f (patch)
tree713f9cd8dcb1bf6673600db99aff7e4267ff6fca /getcb
parentcee90ae0fce6d6aee8d78969b60c952c8890abd6 (diff)
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.
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb7
1 files changed, 7 insertions, 0 deletions
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