autopkgtest (5.51)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/5.51 tag
- Git: https://salsa.debian.org/ci-team/autopkgtest.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 3248128
- Browser: https://salsa.debian.org/ci-team/autopkgtest
- Last scan: 2025-09-11 17:33:09+00
- Next scan: 2025-09-19 23:53:00+00
- Merge requests: 20
- CI pipeline status: success
- Debian changelog in Git:
autopkgtest (5.51) unstable; urgency=medium
[ Paride Legovini ]
* Assume the base testbed release to be the one providing base-files
Related changes:
- Update APT index individually for newly added sources
- t/mockup-commands: implement fake apt-cache policy
- d/autopkgtest: adapt tests to new release detection logic
- get-release: drop script, superseded by new release detection logic
- autopkgtest(1) update documentation on how the testbed release is detected
* build-qemu/docker: don't use archive.ubuntu.com for LTS releases
* Run ps(1) on leaked processed only if ps(1) is available.
Thanks to Ferenc Wágner (Closes: #1112625)
* a-b-lxd: honor the lxd remote when cleaning up old images
* CI:
- Run Ubuntu Salsa CI on Questing (current devel release)
- Salsa CI: disable the autopkgtest i386 job
- Bump timeout for the lxc jobs
[ Jochen Sprickerhof ]
* unshare: cleanup temporary tarball at exit
[ Helmut Grohne ]
* Testbed: fix apt pinning for old apt releases
-- Paride Legovini <paride@debian.org> Mon, 08 Sep 2025 15:49:09 +0200
- This branch is 2 commits ahead of tag debian/5.51
- Git log:
commit 6ba1fbbcaf51e46e0e4dde6dc16643aee7671dbf
Merge: c8c86e4 8ce4de5
Author: Paride Legovini <paride@debian.org>
Date: Thu Sep 11 12:56:38 2025 +0200
Merge branch 'fix-ppa-owner-regexp' into 'master'
Fix Launchpad owner validation in PPA sources
See merge request ci-team/autopkgtest!601
commit 8ce4de597f8163ae09d5147cdbcc3ee2f9845fd8
Author: Paride Legovini <paride@debian.org>
Date: Thu Sep 11 11:28:43 2025 +0200
Fix Launchpad owner validation in PPA sources
Turns out 5d11a5e35dfc54682897810451d2c399b0195311 was incomplete.
Thanks: Marco Trevisan (3v1n0)