diff options
-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 |