~dbungert/curtin:unittest-py310

Last commit made on 2022-05-09
Get this branch:
git clone -b unittest-py310 https://git.launchpad.net/~dbungert/curtin
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
unittest-py310
Repository:
lp:~dbungert/curtin

Recent commits

c71ddf1... by Dan Bungert

tox: drop xenial-py3 from default env list

Running xenial-era python packages against modern python is not likely
to be successful! If this is an interesting test then we should support
that all the way - with a matching python version and other
dependencies, or not at all.

b49f5b1... by Olivier Gayot

Make sure curthooks do not discard supplied proxy settings

Just like we witnessed for the APT preferences, the proxy settings are
not honored when Subiquity installs packages from the "packages"
autoinstall section. This also applies for unattended-upgrades.

This happened because the installation of packages and execution of
unattended-upgrades occur after running curthooks.
Curtooks call handle_apt with an almost empty configuration.

Therefore, we would discard the proxy settings by removing the
etc/apt/apt.conf.d/90curtin-aptproxy file.

Fixed by not removing etc/apt/preferences.d/90curtin.pref when the
configuration does not contain APT preferences.

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

a18e5fe... by Dan Bungert

block/v2: resize-friendly ordering of wipe

a583cdc... by Dan Bungert

block/v2: handle resize when no format action

16f8de4... by Dan Bungert

block/v2: resize of ntfs

365d662... by Dan Bungert

vmtests: remove out of date skip

d5ad431... by Dan Bungert

block: provide get_resize_fstypes

So callers can know which fs types we can and can't resize.

60e076c... by Dan Bungert

Add support for resize of ext{2,3,4}

8c13139... by William Wilson

Add riscv64 to supported UEFI architectures

As we prepare a RISC-V installer image, we need to add 'riscv64' to the
supported UEFI architectures. This commit does so by setting values
for grub_name and grub_target.

0732dfa... by Michael Hudson-Doyle

block_meta_v2: call make_dname when required