From 28efb4396a20b913f22891c53cecb9c9f9ccf54d Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 26 Sep 2023 13:37:30 +0200 Subject: [PATCH] Rename conf.Options.build_type to vm_type to be consistent with obs build and osc --vm-type option --- osc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/conf.py b/osc/conf.py index 32405893..79c64bbe 100644 --- a/osc/conf.py +++ b/osc/conf.py @@ -970,7 +970,7 @@ class Options(OscOptions): ini_key="build-jobs", ) # type: ignore[assignment] - build_type: Optional[str] = Field( + vm_type: Optional[str] = Field( default=None, description=textwrap.dedent( """