Advertisement
Guest User

Untitled

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