diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-10-07 20:54:05 +0200 |
---|---|---|
committer | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2015-10-09 07:14:50 +0200 |
commit | 006cb3a13764cb95f49fa43eb7a8b55972b5c462 (patch) | |
tree | 9584cdb9ae673ee0bbf74fadc773deb504413892 | |
parent | 7033f1d672d27fdbb6ad71cee2d3be6c2b979333 (diff) |
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 <stefan.k.berg@ericsson.com>
-rw-r--r-- | fuel/build/config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 |