[neon/forks/ubuntu-release-upgrader]: Summary of bulk changes made

KDE Git Services - Bulk Change null at kde.org
Fri Dec 2 11:36:54 GMT 2022


Git repository change summary for neon/forks/ubuntu-release-upgrader
Pushed by jriddell into branch 'Neon/unstable_jammy'.
Changed from 3d3d4977603033644fb74c833b4949984fab6248 to e501a06e34e28b248f888f81c0ee6a588121cf81
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.

This change contains the following new commits:

Git commit a45b23b3b4f8094aa6b4795ba5596cb409e36a7a by Nick Rosbrook on 14/10/2022 at 14:20..
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
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/a45b23b3b4f8094aa6b4795ba5596cb409e36a7a

Git commit cf470bf985b294cb496b9854201cfa5b2a1caeb3 by Nick Rosbrook on 14/10/2022 at 14:20..
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
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/cf470bf985b294cb496b9854201cfa5b2a1caeb3

Git commit 10212098930659ff005d5ed9454a6bf4bb98d1f8 by Nick Rosbrook on 14/10/2022 at 14:29..
Run pre-build.sh: updating mirrors and translations.
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/10212098930659ff005d5ed9454a6bf4bb98d1f8

Git commit 8314486478db042d1eaf5d03ad2fc8ff5ec1d56b by Nick Rosbrook on 14/10/2022 at 14:29..
Release ubuntu-release-upgrader 1:22.04.15
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/8314486478db042d1eaf5d03ad2fc8ff5ec1d56b

Git commit 241adbc4ff9cd5a1901719eb50cf8024903dc27d by Jonathan Esk-Riddell on 02/12/2022 at 11:35..
kdb in jammy
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/241adbc4ff9cd5a1901719eb50cf8024903dc27d

Git commit e501a06e34e28b248f888f81c0ee6a588121cf81 by Jonathan Esk-Riddell on 02/12/2022 at 11:36..
Merge remote-tracking branch 'lp/ubuntu/jammy' into Neon/unstable_jammy
https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/e501a06e34e28b248f888f81c0ee6a588121cf81


More information about the Neon-commits mailing list