summaryrefslogtreecommitdiffstats
path: root/foreman/build/cache.mk
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-09-15 11:14:53 -0400
committerDan Radez <dradez@redhat.com>2015-09-15 21:28:30 -0400
commit871f020abcef1a1ff652ef0e0c9c50420c4c6aac (patch)
treecce4d9564b3e543f146708cb0a812f7578aeb467 /foreman/build/cache.mk
parent99a3f93de07d884101c8e6b37343280231e6c94a (diff)
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 Change-Id: Iaf308ebdbd72e96c87fb49ee04168a7e9a905d98 Signed-off-by: Dan Radez <dradez@redhat.com>
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