From ac2690bf4c2d2a2c904c5ce136eda8e49705300d Mon Sep 17 00:00:00 2001 From: Stefan Berg Date: Fri, 5 Feb 2016 10:54:11 +0100 Subject: Pin down exact Fuel repo versions Change-Id: Ie4284f15c08ced3267a1250ec6e21827fc49170d Signed-off-by: Stefan Berg --- build/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index ab60f005f..4e4b53dd5 100644 --- a/build/Makefile +++ b/build/Makefile @@ -99,6 +99,8 @@ $(ISOCACHE): fi cd /tmp/fuel-main && git checkout $(FUEL_MAIN_TAG) @echo "fuel" `git -C /tmp/fuel-main show | grep commit | head -1 | cut -d " " -f2` >> $(VERSION_FILE) + # Lock down the exact Fuel repo versions + cd /tmp/fuel-main && patch -f -p0 < $(TOPDIR)/fuel-main_repo_versions.patch # Patch for adding dosfstools, as Fuel 6.1 is running mkfs.vfat cd /tmp/fuel-main && patch -f -p0 < $(TOPDIR)/fuel-main_5.patch # Patch for using the Czech Fuel mirror -- cgit 1.2.3-korg