diff options
author | Stefan Berg <sfb@consultron.com> | 2016-02-05 10:54:11 +0100 |
---|---|---|
committer | Stefan Berg <sfb@consultron.com> | 2016-02-05 17:48:13 +0100 |
commit | ac2690bf4c2d2a2c904c5ce136eda8e49705300d (patch) | |
tree | ac6bb5941e2011b5d6e4800d5f84d6aedef5c53d /build/Makefile | |
parent | 612625b7032c7e1db94dc49dbb3af8f40ce80865 (diff) |
Pin down exact Fuel repo versions
Change-Id: Ie4284f15c08ced3267a1250ec6e21827fc49170d
Signed-off-by: Stefan Berg <sfb@consultron.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |