ubuntu-release-upgrader:ubuntu/impish

Last commit made on 2022-06-27
Get this branch:
git clone -b ubuntu/impish https://git.launchpad.net/ubuntu-release-upgrader
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/impish
Repository:
lp:ubuntu-release-upgrader

Recent commits

4639be1... by Brian Murray

releasing package ubuntu-release-upgrader version 1:21.10.10

b5454f6... by Brian Murray

Ship a DistUpgrade.cfg.groovy and demoted.cfg.groovy to allow upgrades from Groovy to Impish to be allowed. (LP: #1975533)

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

ce7cd45... by Nick Rosbrook

releasing package ubuntu-release-upgrader version 1:21.10.9

b3614c0... by Nick Rosbrook

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

f22a406... by Nick Rosbrook

do-release-upgrade: preserve env vars needed for screen lock prevention

The screen lock prevention code relies on environment variables such as
DBUS_SESSION_BUS_ADDRESS being preserved, since the
org.freedesktop.ScreenSaver DBus interface is needed. This works in
cases where the dist-upgrade script is invoked with 'sudo -E' (e.g.
DistUpgradeViewText frontend). However, when pkexec is used (e.g.
DistUpgradeViewGtk3 frontend) the environment variables cannot be
preserved as per pkexec's design.

Add an --env flag to do-release-upgrade that accepts a comma-separated
list of environment variables (e.g. VAR1=VALUE1,VAR2=VALUE2) which should be set when
executing the dist-upgrade script. This approach is similar to the
existing workaround for RELEASE_UPGRADER_ALLOW_THIRD_PARTY, but is
generalized to allow any environment variables to be set.

Finally, when the DistUpgradeViewGtk3 or DistUpgradeViewKDE frontends
are used, and the do-release-upgrade script is re-exec'd with pkexec,
set the DBUS_SESSION_BUS_ADDRESS and XDG_SESSION_TYPE variables with
--env so that the screen lock prevention code works with these
frontends.

LP: #1968607

081459e... by Brian Murray

releasing package ubuntu-release-upgrader version 1:21.10.8

3af3adf... by Brian Murray

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

e9a8f22... by Brian Murray

fix a changelog typo

5e7d853... by Brian Murray

DistUpgrade/DistUpgradeFetcherCore.py: when running in non-interactive mode do not show the release notes. (LP: #1944475)

622eb60... by Brian Murray

DistUpgrade/deb2snap.json: seed the snaps for firefox (which replaces the deb packge) and gnome-3-38-2004. LP: #1943840