mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
Rename conf.Options.build_type to vm_type to be consistent with obs build and osc --vm-type option
This commit is contained in:
parent
88c2bf4fea
commit
28efb4396a
@ -970,7 +970,7 @@ class Options(OscOptions):
|
|||||||
ini_key="build-jobs",
|
ini_key="build-jobs",
|
||||||
) # type: ignore[assignment]
|
) # type: ignore[assignment]
|
||||||
|
|
||||||
build_type: Optional[str] = Field(
|
vm_type: Optional[str] = Field(
|
||||||
default=None,
|
default=None,
|
||||||
description=textwrap.dedent(
|
description=textwrap.dedent(
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user