~enr0n/ubuntu-release-upgrader:ubuntu/jammy

Last commit made on 2022-10-14
Get this branch:
git clone -b ubuntu/jammy https://git.launchpad.net/~enr0n/ubuntu-release-upgrader
Only Nick Rosbrook can upload to this branch. If you are Nick Rosbrook please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/jammy
Repository:
lp:~enr0n/ubuntu-release-upgrader

Recent commits

8314486... by Nick Rosbrook

Release ubuntu-release-upgrader 1:22.04.15

1021209... by Nick Rosbrook

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

cf470bf... by Nick Rosbrook

DistUpgrade: just pass filename to apport report

When building the apport report in DistUpgradeApport.py, we open the
files before attaching to the report, rather than just passing the
filename (both options are supported by apport). However, we do not
open the file in binary mode which results in UnicodeDecodeError
exceptions:

 Traceback (most recent call last):
   File "/usr/lib/python3/dist-packages/problem_report.py", line 477, in add_to_existing
     self.write(f)
   File "/usr/lib/python3/dist-packages/problem_report.py", line 430, in write
     block = f.read(1048576)
   File "/usr/lib/python3.8/codecs.py", line 322, in decode
     (result, consumed) = self._buffer_decode(data, self.errors, final)
 UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

Simplify this code by passing the path to apport, and let that code open
the file as it needs.

LP: #1985964

a45b23b... by Nick Rosbrook

DistUpgrade: remove firefox from deb2snap.json

The firefox deb has its own logic for transitioning users to the firefox
snap, and we should not interfere with it.

LP: #1964036

2c17b24... by Brian Murray

releasing package ubuntu-release-upgrader version 1:22.04.14

689acf1... by Brian Murray

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

855de48... by Brian Murray

Fix a pep8 error

33bf451... by Brian Murray

Add a changelog entry for the nvidia quirk change.

f5ccfd1... by Brian Murray

Ensure ubuntu-drivers-common is installed before trying to use it.

4b36017... by Brian Murray

When upgrading from Ubuntu 20.04 or Ubuntu 20.10 require a version of apt which fixed a bug in apt (LP: 1871268) and prevents an early failure to upgrade. (LP: #1987452)