~nteodosio/ubuntu-release-upgrader:ubuntu/main

Last commit made on 2024-04-19
Get this branch:
git clone -b ubuntu/main https://git.launchpad.net/~nteodosio/ubuntu-release-upgrader
Only Nathan Teodosio can upload to this branch. If you are Nathan Teodosio please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/main
Repository:
lp:~nteodosio/ubuntu-release-upgrader

Recent commits

3af1ea3... by Nathan Teodosio

Update change log.

33d7af6... by Nathan Teodosio

readfp was replaced by readfile in configparser.

https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read_file

15605e1... by Nick Rosbrook

Release ubuntu-release-upgrader 1:24.04.15

387762a... by Nick Rosbrook

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

7907bea... by Nick Rosbrook

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

LP: #2061891

45b9877... by Nick Rosbrook

Release ubuntu-release-upgrader 1:24.04.14

ad8bb10... by Nick Rosbrook

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

f183ea7... by Nick Rosbrook

DistUpgradeQuirks: handle t64 replacement packages

Hint the solver to remove pre-t64 packages, and to install the
replacements instead. When we find a package whoes candidate is not
downloadable, start to search for a replacement. If we find a package
that Conficts: or Breaks:, Replaces:, and Provides: the package, use it
as a replacement.

LP: #2061175

73b4dd5... by Nick Rosbrook

DistUpgradeQuirk: fix check for linux-image-raspi in cache

This fixes commit f2daca32a2
("DistUpgradeQuirks: prevent upgrades on armhf running raspi kernels").

LP: #2061181

6c290e5... by Nick Rosbrook

DistUpgradeQuirks: tell apport to ignore update-apt-xapian-index

To do this, re-factor the existing quirk for tracker-extract, which does
the same thing. Make this a generic quirk for ignoring crashes during
the upgrade, and add /usr/sbin/update-apt-xapian-index to the list of
bins to ignore.

LP: #2058227