~waveform/ubuntu-release-upgrader:lp2065051-noble

Last commit made on 2024-05-07
Get this branch:
git clone -b lp2065051-noble https://git.launchpad.net/~waveform/ubuntu-release-upgrader
Only Dave Jones can upload to this branch. If you are Dave Jones please log in for upload directions.

Branch merges

Branch information

Name:
lp2065051-noble
Repository:
lp:~waveform/ubuntu-release-upgrader

Recent commits

86ae724... by Dave Jones

changelog

13b8558... by Dave Jones

New quirk to add KMS overlay on Pi Server images

LP: #2065051

9658c8f... by Julian Andres Klode

Release ubuntu-release-upgrader 1:24.04.17

c346aa7... by Julian Andres Klode

Run pre-build.sh: updating mirrors, demotions, and translations.

c9d0c4b... by Julian Andres Klode

Fix style issue

9f68fc0... by Julian Andres Klode

Do not write automatically installed bit in simulation

The previous fix was incomplete, while it correctly marked
the packages as automatically installed on the first run,
the simulation ran and then we recalculated the changes.

Since the simulation was writing out the extended_states
for the post-upgrade state, the extended_states files lost
the auto bit for the removed packages, so the next run, when
we recalulcate the changes, didn't see the auto bit anymore,
and packages end up manually installed.

LP: #2064090

7ceab5b... by Julian Andres Klode

Transition the automatically installed bit to t64 libraries

We accidentally marked t64 replacements as manually installed
with the initial version. Fix this by transitioning the automatically
installed bit from the installed library package.

An alternative approach would be to always mark them automatically
installed, but this better preserves user intent.

That being said, we need to quirk this for 24.10 to fix up any
installs that we broke automatic tracking off.

LP: #2064090

cd75996... by Julian Andres Klode

DistUpgrade.cfg.jammy: Add systemd-resolved to PostUpgradeInstall

More and more reports coming in of systemd-resolved failing to install,
but we can't reproduce it, and the logging has gaps - we don't seem to
have Debug::pkgDepCache::Marker on where systemd is being upgraded, so
we don't see why the Recommends is not marked for install.

Adding it to PostUpgradeInstall is the easy way out here.

LP: #2063464

173dd2e... by Nick Rosbrook

DistUpgradeQuirks: keep {netfilter,iptables}-persistent instead of ufw

This replaces commit 7907bea8f6
("DistUpgrade.cfg.jammy: keep {netfilter,iptables}-persistent installed").

Using KeepInstalledPkgs meant that ufw was kept around too, which is not
what we wanted. Just add a new quirk for this: on upgrades from jammy,
if netfilter-persistent and/or iptables-persistent are installed
alongside ufw, keep the former package(s) and remove ufw.

LP: #2061891

b18f3f5... by Nick Rosbrook

Revert "DistUpgrade.cfg.jammy: keep {netfilter,iptables}-persistent installed"

This reverts commit 7907bea8f6cd4dedfbcf7c82c2a6d5aa10caa99e.