diff options
author | Stefan Berg <stefan.k.berg@ericsson.com> | 2016-02-05 23:27:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-05 23:27:19 +0000 |
commit | 03822a6ab8426d2d54fb05b645a8ef33d5dd51f1 (patch) | |
tree | 3cd8b7bd2a014afdf5e2871ae64fce12524ba9c7 /build/Makefile | |
parent | 2cfea00a2ef413e7fb95c25eb327db366b242f0a (diff) | |
parent | ac2690bf4c2d2a2c904c5ce136eda8e49705300d (diff) |
Merge "Pin down exact Fuel repo versions" into stable/brahmaputra
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 bc6a9418c..de3031269 100644 --- a/build/Makefile +++ b/build/Makefile @@ -105,6 +105,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 |