mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-24 07:08:28 +00:00
Change rootfs cache version
For cache rebuilding
This commit is contained in:
parent
72c996334e
commit
aae7ae95ba
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ TZDATA=$(cat /etc/timezone) # Timezone for target is taken from host or defined
|
||||||
USEALLCORES=yes # Use all CPU cores for compiling
|
USEALLCORES=yes # Use all CPU cores for compiling
|
||||||
EXIT_PATCHING_ERROR="" # exit patching if failed
|
EXIT_PATCHING_ERROR="" # exit patching if failed
|
||||||
[[ -z $HOST ]] && HOST="$(echo "$BOARD" | cut -f1 -d-)" # set hostname to the board
|
[[ -z $HOST ]] && HOST="$(echo "$BOARD" | cut -f1 -d-)" # set hostname to the board
|
||||||
ROOTFSCACHE_VERSION=5
|
ROOTFSCACHE_VERSION=8
|
||||||
CHROOT_CACHE_VERSION=6
|
CHROOT_CACHE_VERSION=6
|
||||||
BUILD_REPOSITORY_URL=$(git remote get-url $(git remote 2>/dev/null) 2>/dev/null)
|
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)
|
BUILD_REPOSITORY_COMMIT=$(git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue