Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/lib/configuration.sh b/lib/configuration.sh
- index b825ca4b..4fda32d2 100644
- --- a/lib/configuration.sh
- +++ b/lib/configuration.sh
- @@ -24,6 +24,8 @@ cd "${SRC}" || exit
- ROOTFSCACHE_VERSION=1
- CHROOT_CACHE_VERSION=7
- BUILD_REPOSITORY_URL=$(improved_git remote get-url $(improved_git remote 2>/dev/null) 2>/dev/null)
- +echo $BUILD_REPOSITORY_URL
- +exit
- BUILD_REPOSITORY_COMMIT=$(improved_git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null)
- ROOTFS_CACHE_MAX=42 # max number of rootfs cache, older ones will be cleaned up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement