From 9a632183ca7159bc561f6c57ab5579a99b400c35 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 19 Apr 2016 11:07:02 -0500 Subject: [PATCH] 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 --- uboot-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot-tools.spec b/uboot-tools.spec index b01f2d7..c59821a 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -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}