From 006cb3a13764cb95f49fa43eb7a8b55972b5c462 Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Wed, 7 Oct 2015 20:54:05 +0200 Subject: Temporary fix for forcing cache rebuild The caching functionality will be greatly improved for the next release - this is a quick fix for having the possiblility to invalidate the cache forcefully when needed. Change-Id: I4d83907255105fb454af6fb426193acc744fdba9 Signed-off-by: Stefan K. Berg --- fuel/build/config.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fuel/build/config.mk b/fuel/build/config.mk index e9a5320f4..16354d578 100644 --- a/fuel/build/config.mk +++ b/fuel/build/config.mk @@ -8,6 +8,11 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +# Change the below value with "uuidgen" to force a full cache rebuild - a +# temporary as we work with improving the caching functionality for the next +# release. +CACHE_RND := 73b88a88-9714-4010-888e-e7cd4b26d5e4 + FUEL_MAIN_REPO := https://github.com/stackforge/fuel-main FUEL_MAIN_TAG = stable/6.1 -- cgit 1.2.3-korg