From 2de197be04b871b437e35b55ca7f48d921595303 Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Sun, 22 Mar 2015 23:04:43 +0100 Subject: Fuel build cache handling - Cache invalidation supported in case cache is outdated compared to upstream. - Fully automated build.sh integration tests added (build.sh -t or build.sh -T) - Rebased to Daniel Smiths's patch-set: genesis refs/changes/71/171/4 - Yet untested, will perform automated integration tests over night! - Updated based on Stefan's comments (no more revs.) - Fixed a bug in f_odl_docker/Makefile - validate-cache target added in f_odl_docker/Makefile JIRA: BGS-1 Change-Id: I9f8f30c2a85fd7bf04dab1b566065e5739d4fcb1 Signed-off-by: Jonas Bjurel --- fuel/build/f_opnfv_puppet/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fuel/build/f_opnfv_puppet') diff --git a/fuel/build/f_opnfv_puppet/Makefile b/fuel/build/f_opnfv_puppet/Makefile index c311a2d..0949737 100644 --- a/fuel/build/f_opnfv_puppet/Makefile +++ b/fuel/build/f_opnfv_puppet/Makefile @@ -18,6 +18,10 @@ clean: @rm -rf tmp @rm -rf release +.PHONY: validate-cache +validate-cache: + @echo "No cache validation schema available for $(shell pwd)" + @echo "Continuing ..." .PHONY: release release: -- cgit 1.2.3-korg