disable git gc
disable git gc as it causes builds to fail sometimes and we blow the git data away after patches are applied Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
16197a142f
commit
9a632183ca
@ -66,7 +66,8 @@ u-boot bootloader binaries for armv7 boards
|
||||
%prep
|
||||
%setup -q -n u-boot-%{version}%{?candidate:-%{candidate}}
|
||||
|
||||
git init
|
||||
git init
|
||||
git config --global gc.auto 0
|
||||
git config user.email "noone@example.com"
|
||||
git config user.name "no one"
|
||||
git add .
|
||||
@ -74,7 +75,6 @@ git commit -a -q -m "%{version} baseline"
|
||||
git am %{patches} </dev/null
|
||||
git config --unset user.email
|
||||
git config --unset user.name
|
||||
sleep 10
|
||||
rm -rf .git
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user