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

Last commit made on 2023-02-10
Get this branch:
git clone -b ubuntu/jammy https://git.launchpad.net/~hsbasu/ubuntu-release-upgrader
Only Himadri Sekhar Basu can upload to this branch. If you are Himadri Sekhar Basu please log in for upload directions.

Branch merges

Branch information

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

Recent commits

934a86a... by Łukasz Zemczak

releasing package ubuntu-release-upgrader version 1:22.04.16

5cc4ca6... by Łukasz Zemczak

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

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.