autopkgtest (5.28)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the debian/5.28 tag
- Git: https://salsa.debian.org/ci-team/autopkgtest.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3620864
- Browser: https://salsa.debian.org/ci-team/autopkgtest
- Last scan: 2023-03-20 20:15:29+00
- Next scan: 2023-03-28 18:19:00+00
- Merge requests: 10
- CI pipeline status: success
- Debian changelog in Git:
autopkgtest (5.28) unstable; urgency=medium
[ Jochen Sprickerhof ]
* virt-unshare: use rbind to mount subtrees
[ Christian Kastner ]
* QEMU: Enable virtio-serial exactly once (Closes: #1003002)
[ Paride Legovini ]
* Pin pockets with Pin-Priority: 500
[ Paul Gevers ]
* virt/podmon: don't fail on stderr while stopping container
[ Ryan Tandy ]
* Fix qemu failing to boot raw base image (Closes: #1004226)
[ Jelmer Vernooij ]
* Print nicer error message when cleaning up schroot times out.
-- Paul Gevers <elbrus@debian.org> Mon, 30 Jan 2023 19:29:59 +0100
- This branch is 5 commits ahead of tag debian/5.28
- Git log:
commit 37e29e60329193fa897dc687185639c0317dbd13
Merge: 0ef6ed9 94b9bb8
Author: Paul Gevers <elbrus@debian.org>
Date: Mon Mar 20 19:22:52 2023 +0000
Merge branch 'fix-default-release' into 'master'
Prevent --apt-pocket from setting the wrong default release
See merge request ci-team/autopkgtest!218
commit 0ef6ed9b082a9a9d7be0b9847355e060a57b894d
Merge: 3953dbf 778f0aa
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Mar 11 18:39:47 2023 +0000
Merge branch 'lxc-sudo-timeout' into 'master'
autopkgtest-virt-lxc: call timeout sudo instead of sudo timeout
See merge request ci-team/autopkgtest!220
commit 778f0aac6df265bddc85ae4ae22b7fc23efc6183
Author: Antonio Terceiro <terceiro@debian.org>
Date: Sat Mar 11 14:43:50 2023 -0300
autopkgtest-virt-lxc: call timeout sudo instead of sudo timeout
Those should be equivalent, as sudo will forward signals to the called
process, and avoids having to allow users to call `timeout` as root via
sudo.
$ sudo timeout 1 sleep 2; echo $?
124
$ timeout 1 sudo sleep 2; echo $?
124
Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011509
commit 94b9bb8db3051123d7b29a7880420340a76c7b7e
Author: Paride Legovini <paride@debian.org>
Date: Fri Mar 3 16:52:36 2023 +0100
Prevent --apt-pocket from setting the wrong default release
Store the detected default release in a dedicated, private variable to
avoid conflicts with --apt-default-release and subsequent wrong or
unwanted pinning.
Expand tests to cover this case.
Closes: #1032314
LP: #2009191
commit 3953dbf0ede0b969ed6993412610d06e1bcf2679
Author: Brian Murray <brian@murraytwins.com>
Date: Wed Feb 8 17:47:56 2023 +0000
Fix a typo