diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 14:30:21 (EDT) |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 14:30:21 (EDT) |
commit | 96ca7ee67a36605a33de8d57eb8e8d3998bc6427 (patch) | |
tree | 07202c5fe7d366f50d9d17010f3bbf0a44c08ee8 /getbucts | |
parent | 4e8051dfaa0ba5617961481056eb7e79d7b50861 (diff) | |
parent | 9a321884379a71b5f0986fdfb97a2b6c5bdccd8a (diff) | |
download | libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.zip libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.gz libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.bz2 |
Merge libreboot-6b6.r20140903
Conflicts:
buildrom-withgrub
Diffstat (limited to 'getbucts')
-rwxr-xr-x | getbucts | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -2,7 +2,7 @@ # getbucts script: downloads bucts and patches it # -# Copyright (C) 2014 Francis Rowe +# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -43,13 +43,6 @@ 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 -# it was found to cause issues when deleting: -# GIT_DISCOVERY_ACROSS_FILESYSTEM not set - # we're done cd ../ |