summaryrefslogtreecommitdiff
path: root/getbucts
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-07-28 22:33:00 +0000
committerMichał Masłowski <mtjm@mtjm.eu>2014-08-22 20:19:33 +0200
commit7eca665d684a734d55b0bb26c4f1831d399c5330 (patch)
tree01b0e5bd983ae30b6f545d0d1d0cec4d7cc9b01d /getbucts
parent488242eb941305ef61319b8499d4a1e8ccf218a1 (diff)
Libreboot release 6 beta 4.
- Documentation: improved (more explanations, background info) in docs/howtos/x60_security.html (courtesy of Denis Carikli) - MacBook2,1 tested (confirmed) - macbook21: Added script 'macbook21_firstflash' for flashing libreboot while Apple EFI firmware is running. - Documentation: macbook21: added software-based flashing instructions for flashing libreboot while Apple EFI firmware is running. - Reduced size of libreboot_src.tar.gz: - Removed .git and .gitignore from grub directory (libreboot_src); not needed. Removing them reduces the size of the archive (by a lot). GRUB development should be upstream. - Removed .git and .gitignore from bucts directory (libreboot_src); not needed. Removing them reduces the size of the archive. bucts development should be upstream. - Removed .svn from flashrom directory (libreboot_src); not needed. Removing it reduces the size of the archive. flashrom development should be upstream. - Added ROM's with Qwerty (Italian) layout in GRUB (libreboot*itqwerty.rom) - Added resources/utilities/i945gpu/intel-regs.py for debugging issues related to LCD panel compatibility on X60 Tablet and T60. (courtesy of Michał Masłowski)
Diffstat (limited to 'getbucts')
-rwxr-xr-xgetbucts5
1 files changed, 5 insertions, 0 deletions
diff --git a/getbucts b/getbucts
index 70d2099..f258464 100755
--- a/getbucts
+++ b/getbucts
@@ -43,6 +43,11 @@ git reset --hard dc27919d7a66a6e8685ce07c71aefa4f03ef7c07
# no patches required
+# We don't need .git* (please submit all upstreamable changes directly to bucts upstream)
+# removing them, to reduce the size of the archive
+rm -rf .git
+rm -rf .gitignore
+
# we're done
cd ../