~enr0n/ubuntu-release-upgrader:lp.1965568

Last commit made on 2022-05-09
Get this branch:
git clone -b lp.1965568 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:
lp.1965568
Repository:
lp:~enr0n/ubuntu-release-upgrader

Recent commits

c73818a... by Nick Rosbrook

releasing package ubuntu-release-upgrader version 1:22.10.2

cfd2b33... by Nick Rosbrook

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

c96e790... by Nick Rosbrook

DistUpgrade: gracefully handle missing dbus module

Commit ef1158e4 ("DistUpgrade: use org.freedesktop.ScreenSaver to inhibit screen lock")
added a dependency on python3-dbus, but this added dependency was not
SRU'd to any stable releases. In most cases this is not an issue because
python3-dbus is seeded, but there is no guarantee that the package will
be present on the system.

Move the `import dbus` statement to the try block in _inhibitIdle(), and
handle any ImportErrors the same way as dbus exceptions, i.e. log the
exception and inform the user that they should manually disable their
screensaver. Note that we catch Exception rather than ImportError and
dbus.exceptions.DBusException explicitly because the latter will not be
defined if an ImportError occurs.

LP: #1965568

0c169d9... by Brian Murray

releasing package ubuntu-release-upgrader version 1:22.10.1

51f6bea... by Brian Murray

restore demoted.cfg.focal state

c48ec15... by Brian Murray

Merge remote-tracking branch 'enr0n/kinetic' into ubuntu/main

97420ca... by Brian Murray

don't run the demotion update for focal -> jammy anymore

23f73ac... by Nick Rosbrook

releasing package ubuntu-release-upgrader version 1:22.10.1

976fc69... by Nick Rosbrook

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

5d2c704... by Nick Rosbrook

Update for 22.04 -> 22.10.