From 94963e694fe3bc9ad274680bd40e1fee90851fc4 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 30 Aug 2020 22:18:35 +0200 Subject: [PATCH] Bump rootfs version due to a bug in previous torrent recreation --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index 359d4e4e4a..1cf5a8d2ea 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -21,7 +21,7 @@ USEALLCORES=yes # Use all CPU cores for compiling EXIT_PATCHING_ERROR="" # exit patching if failed [[ -z $HOST ]] && HOST="$BOARD" # set hostname to the board cd "${SRC}" || exit -ROOTFSCACHE_VERSION=37 +ROOTFSCACHE_VERSION=38 CHROOT_CACHE_VERSION=7 BUILD_REPOSITORY_URL=$(git remote get-url $(git remote 2>/dev/null) 2>/dev/null) BUILD_REPOSITORY_COMMIT=$(git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null)