From 5b4402f3597a0a003203b48c524f19d4b8f19a10 Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Wed, 7 Feb 2024 09:31:21 -0500 Subject: [PATCH 1/2] Unpin backports priority for buildd images. There was a time historically where Launchpad buildd might have relied on that behaviour, but this shouldn't be the case anymore as it sets priority manually when building backports. Meanwhile any other builds using buildd images (e.g. snapcraft) shouldn't default to backports unless required. (lp: #2009871) Refs: - [1] https://git.launchpad.net/launchpad-buildd/commit?id=c2ebcb6752 --- .../buildd/includes.chroot/etc/apt/preferences.d/backports | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 live-build/buildd/includes.chroot/etc/apt/preferences.d/backports diff --git a/live-build/buildd/includes.chroot/etc/apt/preferences.d/backports b/live-build/buildd/includes.chroot/etc/apt/preferences.d/backports deleted file mode 100644 index 605907ec..00000000 --- a/live-build/buildd/includes.chroot/etc/apt/preferences.d/backports +++ /dev/null @@ -1,3 +0,0 @@ -Package: * -Pin: release a=*-backports -Pin-Priority: 500 From 1ac8e6dcec75befb908776aab5d3b4c724e7dd0d Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Wed, 7 Feb 2024 10:21:13 -0500 Subject: [PATCH 2/2] Update changelog. --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2e62e3b4..6e44a44c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (24.04.41) noble; urgency=medium + + * live-build/buildd/includes.chroot/etc/apt: + unpin backports for buildd images (lp: #2009871) + + -- Simon Poirier Thu, 22 Feb 2024 12:02:50 -0500 + livecd-rootfs (24.04.40) noble; urgency=medium [ Sean Davis ]