~ogayot/curtin:fix-typo-package

Last commit made on 2022-11-03
Get this branch:
git clone -b fix-typo-package https://git.launchpad.net/~ogayot/curtin
Only Olivier Gayot can upload to this branch. If you are Olivier Gayot please log in for upload directions.

Branch merges

Branch information

Name:
fix-typo-package
Repository:
lp:~ogayot/curtin

Recent commits

d0421d8... by Olivier Gayot

distro: fix typo s/packge/package/

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

94591a3... by Dan Bungert

tests/apt: use tmpdir as target

This refactor helps make way for discontinuing usage of apt-key.
When trying to do it all at once, there were problems with the file path
that needed to be used for the key file.

The major change is that these tests are run with a tmpdir as the
target, instead of '/'. This is also independently a nice improvement,
since misbehaved tests or code would really try to write to the host
system.

The tests were written assuming apt key files would have full paths, but
the examples (and presumably most real-world usage) were based on
filenames, so move the tests to use file names.

Add back a full path test, since that is supported behavior today.

Also removes the unused _myjoin function.

1fc717d... by Dan Bungert

kernel: use FK_FORCE to ensure flash-kernel runs

5b89082... by Igor Gnip

Allow Rocky 9 in legacy boot mode.

9a28853... by Dan Bungert

block/v2: fix wipe check for extended

As the comment in _wipe_for_action notes, we never want to wipe the
extended, so do that check first.

050d965... by Dan Bungert

doc: clarify size units

f679ee1... by Dan Bungert

many: fix several instances of whitespace lint

`tox -e tip-pycodestyle` reported several instances of:
  E275 missing whitespace after keyword

5ce4809... by Dan Bungert

vmtests: +python3-attr

87323b6... by Michael Hudson-Doyle

block_meta: add 'device' action to directly refer to a block device

fe15763... by Michael Hudson-Doyle

storage_config: add 'path' key to all actions that refer to a block device

Disks and partitions already get this, add it to raid, logical volume,
dm_crypt and bcache actions.