From 871f020abcef1a1ff652ef0e0c9c50420c4c6aac Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 15 Sep 2015 11:14:53 -0400 Subject: 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 --- foreman/build/cache.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'foreman/build/cache.mk') 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 -- cgit 1.2.3-korg