Compare commits

..

4 commits

2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ Test: debootstrap-no-op-options
Needs-Root: true
Test: verbose
Variants: standard
Variants: - standard
Skip-If:
variant == "standard" and dist == "oldstable" # #864082, #1004557, #1004558

View file

@ -3,6 +3,6 @@ set -eu
export LC_ALL=C.UTF-8
trap "rm -f /tmp/debian-chroot.tar" EXIT INT TERM
printf '' | {{ CMD }} --mode={{ MODE }} --variant=apt \
--setup-hook='test -e "$1"/etc/apt/sources.list || echo "deb {{ MIRROR }} {{ DIST }} main" > "$1"/etc/apt/sources.list' \
--setup-hook='echo "deb {{ MIRROR }} {{ DIST }} main" > "$1"/etc/apt/sources.list' \
{{ DIST }} /tmp/debian-chroot.tar -
tar -tf /tmp/debian-chroot.tar | sort | diff -u tar1.txt -