summaryrefslogtreecommitdiffstats
path: root/foreman/build/cache.mk
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-09-16 19:02:13 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-16 19:02:13 +0000
commita9373056094ee6c31e5468daeea2b126aa4e58ea (patch)
treef2d4c9f019cfe1e0d35a8114c3eb066df636ea1f /foreman/build/cache.mk
parent543bf41c9bba0e217d0b6c1e94aea67a2528bb5e (diff)
parent871f020abcef1a1ff652ef0e0c9c50420c4c6aac (diff)
Merge "adding files to the build cache to reduce bandwidth by reusing already downloaded build dependancies reverting git archive to use HEAD, jenkins checks out the correct branch so we can rely on head" into stable/arno
Diffstat (limited to 'foreman/build/cache.mk')
-rw-r--r--foreman/build/cache.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/foreman/build/cache.mk b/foreman/build/cache.mk
index fdfd003..56b7273 100644
--- a/foreman/build/cache.mk
+++ b/foreman/build/cache.mk
@@ -16,6 +16,8 @@ CACHECLEAN := $(addsuffix .clean,$(CACHEFILES) $(CACHEDIRS))
# BEGIN of variables to customize
#
CACHEFILES += .versions
+CACHEFILES += $(shell basename $(VAGRANTRPM))
+CACHEFILES += $(shell basename $(VBOXRPM))
CACHEFILES += $(shell basename $(ISOSRC))
#
# END of variables to customize