From 17be2432c8040669c507ee939599c38cbf820ffe Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Sat, 6 Feb 2016 14:32:11 +0100 Subject: Correction of version pinning in cached builds The previous version did not consider the caching functionality (and was overly complicated). Now moving exact versions to config.mk. Change-Id: I9f9736ae579dae983eff98cb3a371a53ff4e0207 Signed-off-by: Stefan K. Berg --- build/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index de3031269..bc6a9418c 100644 --- a/build/Makefile +++ b/build/Makefile @@ -105,8 +105,6 @@ $(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