subiquity:renovate/configure

Last commit made on 2023-12-15
Get this branch:
git clone -b renovate/configure https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
renovate/configure
Repository:
lp:subiquity

Recent commits

5260bd7... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Add renovate.json

ea909d1... by Olivier Gayot

Merge pull request #1878 from ogayot/console-conf-network-crash

network: ensure we pass tasks to asyncio.wait

0b7a4d1... by Olivier Gayot

network: ensure we pass tasks to asyncio.wait

In Python < 3.11, when passing a coroutine to asyncio.wait, it would
automatically be scheduled as a task. This isn't the case anymore with
Python 3.11. Now passing coroutines to asyncio.wait fails with:

 TypeError: Passing coroutines is forbidden, use tasks explicitly.

Let's ensure we schedule the coroutines as tasks before passing them on
to asyncio.wait.

Signed-off-by: Olivier Gayot <email address hidden>

93ab4f9... by Dan Bungert

Merge pull request #1877 from xnox/xnox/noble-packaging

Upgrade to noble, systemd files are now in /usr/lib

bdea88c... by Dimitri John Ledkov

Upgrade to noble, systemd files are now in /usr/lib

69f7404... by Robert Krátký

Merge pull request #1876 from rkratky/FR-5900_ui-titles

Unify UI screen titles and minor lang. fixes

97409be... by Robert Krátký

Typo: Ubuntu Po -> Pro.

4e81b0d... by Robert Krátký

Unify UI screen titles and minor lang. fixes

5c2dc13... by Olivier Gayot

Merge pull request #1868 from ogayot/kvm-test-profiles

kvm-test: have different profiles for server and desktop

afd6fca... by Olivier Gayot

kvm-test: allow kvm-test.yaml to add/modify profiles

Signed-off-by: Olivier Gayot <email address hidden>