diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-29 13:29:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-29 13:29:43 +0000 |
commit | 17b1ae56ee54b6db75ea9d0b4e1ca8820a155c89 (patch) | |
tree | 7e7962bcead580dfdd368db542e2c76149b6e133 /build/f_isoroot/f_repobuild/Makefile | |
parent | a9a74a47a32c57d664c4db540b6019292345318d (diff) | |
parent | 36895dd570e1c602ea3171fa4c8bb77b19bc91d4 (diff) |
Merge "Cache as we go instead of in the end" into stable/brahmaputra
Diffstat (limited to 'build/f_isoroot/f_repobuild/Makefile')
-rw-r--r-- | build/f_isoroot/f_repobuild/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/f_isoroot/f_repobuild/Makefile b/build/f_isoroot/f_repobuild/Makefile index 522722e66..1fc703031 100644 --- a/build/f_isoroot/f_repobuild/Makefile +++ b/build/f_isoroot/f_repobuild/Makefile @@ -45,6 +45,9 @@ nailgun: sudo su - -c /opt/fuel-createmirror-*/fuel-createmirror sudo chmod -R 755 /var/www/nailgun cp -Rp /var/www/nailgun . + # Store artifact in cache straight away if caching is enabled + # (no .cacheid will be present unless this is a cached build) + test -f .cacheid && $(MAKE) -f Makefile put-cache || exit 0 .PHONY: clean clean: |