diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 09:23:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 09:23:11 +0000 |
commit | 13d679c4638e98d56a96645a2b7bdf83e907e33a (patch) | |
tree | e3a35fd903bf71ca4acd15cd490ae8c5dedc5e4e /debian/salsa-ci.yml | |
parent | Merging upstream version 1.0.135. (diff) | |
download | debootstrap-13d679c4638e98d56a96645a2b7bdf83e907e33a.tar.xz debootstrap-13d679c4638e98d56a96645a2b7bdf83e907e33a.zip |
Merging debian version 1.0.135.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 01f9153..f3f84f3 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -32,8 +32,8 @@ test-unshare: AUTOPKGTEST_TMP: /tmp script: - apt-get update - - apt-get install --no-install-recommends -y libdistro-info-perl libdpkg-perl libipc-run-perl perl systemd systemd-container ca-certificates mmdebstrap uidmap wget - - mmdebstrap --variant=custom --mode=unshare --setup-hook=./debian/tests/debian-testing --skip=update,setup,cleanup - "$AUTOPKGTEST_TMP/chroot.d" + - apt-get install --no-install-recommends -y libdistro-info-perl libdpkg-perl libipc-run-perl perl systemd systemd-container ca-certificates mmdebstrap uidmap wget distro-info + - mmdebstrap --variant=custom --mode=unshare --setup-hook="./debian/tests/debian-testing minbase" --skip=update,setup,cleanup - "$AUTOPKGTEST_TMP/chroot.d" test-buildd: stage: test extras @@ -45,7 +45,7 @@ test-buildd: - | set -x apt-get update - apt-get install --no-install-recommends -y wget + apt-get install --no-install-recommends -y wget distro-info for SUITE in bullseye bookworm trixie; do env DEBOOTSTRAP_DIR="$CI_PROJECT_DIR" ./debootstrap --variant=buildd "$SUITE" ./chroot # check if chroots before trixie are unmerged and chroots of trixie |