diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-08-31 14:55:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-31 14:55:29 +0000 |
commit | e2cfdabd45281bf26a45803509f1c3555f3d93d0 (patch) | |
tree | fc9998560e3371409158212cf0ad3ae37faf211f /build/Makefile | |
parent | a18091f9f2a5b1ba34f38f7119eaf7f4cdfaff02 (diff) | |
parent | 26f171754493ef7cea3f03e16d8c709b9f4a9aab (diff) |
Merge "repo mirror: Allow multi-arch local mirrors" into stable/colorado
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index b3905e364..fa708696e 100644 --- a/build/Makefile +++ b/build/Makefile @@ -135,6 +135,7 @@ $(ISOCACHE): cd /tmp/fuel-main && git am $(TOPDIR)/bootstrap_admin_node.sh.patch cd /tmp/fuel-main && git am $(TOPDIR)/isolinux.cfg.patch cd /tmp/fuel-main/build/repos/fuel-nailgun && git am $(TOPDIR)/Mark-Intel-82599-10-Gigabit-NIC-as-DPDK-capable.patch + cd /tmp/fuel-main && git am $(TOPDIR)/repo-multi-arch-local-mirrors.patch # Repeat build up to three times sudo -E ./fuel_build_loop cp /tmp/fuel-main/build/artifacts/fuel*.iso . |