diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-07-16 03:29:00 +0000 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-08-22 19:06:28 +0200 |
commit | 8b484a19b51fb0591d938b3b7cf4fcb8f06c7a2f (patch) | |
tree | 713f9cd8dcb1bf6673600db99aff7e4267ff6fca /getcb | |
parent | cee90ae0fce6d6aee8d78969b60c952c8890abd6 (diff) | |
download | librebootfr-8b484a19b51fb0591d938b3b7cf4fcb8f06c7a2f.tar.gz librebootfr-8b484a19b51fb0591d938b3b7cf4fcb8f06c7a2f.zip |
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-x | getcb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |