From b39713def560fb22a3f5495cbcf822aa08027f6c Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 22 Dec 2022 10:11:13 +0100 Subject: [PATCH] remove last traces of proot --- coverage.sh | 1 - make_mirror.sh | 4 ---- 2 files changed, 5 deletions(-) diff --git a/coverage.sh b/coverage.sh index 5e54b32..2d11ffa 100755 --- a/coverage.sh +++ b/coverage.sh @@ -74,7 +74,6 @@ SOURCE_DATE_EPOCH=$(date --date="$(grep-dctrl -s Date -n '' "$mirrordir/dists/$D export LC_ALL=C.UTF-8 : "${HAVE_UNSHARE:=yes}" -: "${HAVE_PROOT:=yes}" : "${HAVE_BINFMT:=yes}" # by default, use the mmdebstrap executable in the current directory together diff --git a/make_mirror.sh b/make_mirror.sh index 1ab7d68..470054c 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -391,7 +391,6 @@ components=main : "${DEFAULT_DIST:=unstable}" : "${HAVE_QEMU:=yes}" : "${RUN_MA_SAME_TESTS:=yes}" -: "${HAVE_PROOT:=yes}" # by default, use the mmdebstrap executable in the current directory : "${CMD:=./mmdebstrap}" @@ -505,9 +504,6 @@ if [ "$HAVE_QEMU" = "yes" ]; then if [ "$DEFAULT_DIST" != "oldstable" ]; then pkgs="$pkgs,squashfs-tools-ng,genext2fs" fi - if [ "$HAVE_PROOT" = "yes" ]; then - pkgs="$pkgs,proot" - fi if [ ! -e ./mmdebstrap ]; then pkgs="$pkgs,mmdebstrap" fi