Merge ~enr0n/ubuntu-release-upgrader:ubuntu/main into ubuntu-release-upgrader:ubuntu/main
Proposed by
Nick Rosbrook
Status: | Merged | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Merged at revision: | d1b30f03a797a1d37c2622ad8ddff858dced9d4a | ||||||||||||
Proposed branch: | ~enr0n/ubuntu-release-upgrader:ubuntu/main | ||||||||||||
Merge into: | ubuntu-release-upgrader:ubuntu/main | ||||||||||||
Diff against target: |
362 lines (+153/-20) 7 files modified
DistUpgrade/DistUpgradeController.py (+9/-0) DistUpgrade/DistUpgradeQuirks.py (+111/-4) DistUpgrade/DistUpgradeVersion.py (+1/-1) data/mirrors.cfg (+8/-10) debian/changelog (+12/-0) utils/demoted.cfg (+6/-3) utils/demoted.cfg.jammy (+6/-2) |
||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Gunnar Hjalmarsson | Approve | ||
Review via email:
|
Description of the change
Fix several bugs in ubuntu-
To ease review, I purposely left out the pre-build.sh stuff and debian/changelog, because I will do that when I upload.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
Hi Nick,
I have only had a brief look at it so far, but can't help wondering:
When I struggled with the other MP, I found that setting DBUS_SESSION_ BUS_ADDRESS and using subprocess instead of Gio.Settings were needed to make it work. Can you tell what the 'secret' is, or was i simply mistaken as regards those details?