~edugomez/ubuntu-release-upgrader/+git/ubuntu-release-upgrader-1:ubuntu/main

Last commit made on 2022-06-17
Get this branch:
git clone -b ubuntu/main https://git.launchpad.net/~edugomez/ubuntu-release-upgrader/+git/ubuntu-release-upgrader-1
Only Edu Gómez Escandell can upload to this branch. If you are Edu Gómez Escandell please log in for upload directions.

Branch merges

Branch information

Recent commits

d9e88fa... by Edu Gómez Escandell

Removed my trailing whitespace

d9cb65f... by Edu Gómez Escandell

Revert "Removed trailing whitespace"

This reverts commit 901b8f78e96638aa6a9d0c960fa8169166a65acb.

c9c622c... by Edu Gómez Escandell

Added changelog entry

901b8f7... by Edu Gómez Escandell

Removed trailing whitespace

d11fad0... by Edu Gómez Escandell

WSL no longer restarting at the end

580adb9... by Brian Murray

releasing package ubuntu-release-upgrader version 1:22.10.4

dfdb72f... by Brian Murray

Update changelog, run pre-build.sh

a9bb40c... by Nick Rosbrook

DistUpgrade: add deb2snap entry for snapd-desktop-integration

LP: #1975747

c9acd46... by Brian Murray

releasing package ubuntu-release-upgrader version 1:22.10.3

42385a5... by Nick Rosbrook

DistUpgrade: do not show lock screen error if XDG_SESSION_TYPE is tty

The lock screen inhibit code is expected to fail on e.g. server because
the DBus service will not exist. The existing check for empty
XDG_SESSION_TYPE is not sufficient, because this variable is set to
'tty' on server.

Fix the condition so that the error message is not shown if
XDG_SESSION_TYPE is empty, or is set to 'tty'.

LP: #1973785