https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42883
--- Comment #2 from Katrin Fischer <[email protected]> --- Hm, I see what Cornelius meant now: https://gitlab.com/koha-community/koha-dpkg-docker/-/blob/main/build.sh?ref_type=heads#L50 git config --global --add safe.directory /koha if [ ! -f /var/cache/pbuilder/base.tgz ]; then # Build base.tgz echo "BUILDING base.tgz FILE" apt-get update pbuilder create --use-network yes --distribution bullseye --mirror http://debian.csail.mit.edu/debian/ pbuilder execute --use-network yes --save-after-exec /pbuilder.sh --basetgz /var/cache/pbuilder/base.tgz else echo "BUILDING base.tgz FILE => skipped, file exists" fi -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
