From: Stefan K. Berg Date: Fri, 22 Jan 2016 09:05:07 +0000 (+0100) Subject: Store Fuel ISO in build cache as it is built X-Git-Tag: colorado.1.rc1~270^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F7701%2F2;p=fuel.git Store Fuel ISO in build cache as it is built Right not the build cache is populated after a full (successful) build. As the Fuel ISO takes some time to build, this saves quite some time in the cases where the ISO is built successfully but a following plugin build fails. Change-Id: Ic6be1f5b5d00b9436eb0f82911cf28b449d0a156 Signed-off-by: Stefan K. Berg --- diff --git a/build/Makefile b/build/Makefile index 1d28db329..4f5d47b36 100644 --- a/build/Makefile +++ b/build/Makefile @@ -119,6 +119,10 @@ $(ISOCACHE): sudo ./fuel_build_loop cp /tmp/fuel-main/build/artifacts/fuel*.iso . + # Attempt to store ISO in cache to speed up the next + # build attempt. If cache is not enabled no harm is done. + $(MAKE) -f Makefile put-cache + .PHONY: mount-origiso umount-origiso mount-origiso: $(ISOCACHE) @echo "Mounting original ISO in $(ORIGDIR)"