diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-02-06 14:32:11 +0100 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-02-06 17:35:14 +0100 |
commit | 17be2432c8040669c507ee939599c38cbf820ffe (patch) | |
tree | 281224f77ccaca2373224733417ce4316e4929df /build/Makefile | |
parent | 03822a6ab8426d2d54fb05b645a8ef33d5dd51f1 (diff) |
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 <stefan.k.berg@ericsson.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |