1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-03-08 01:56:15 +01:00

Add alldirect_or_localdep linkedbuild mode to schema

This commit is contained in:
2026-03-04 09:41:38 +01:00
parent 0fae6c03fa
commit 2342fe022c

View File

@@ -62,6 +62,7 @@ class LinkedbuildModes(str, Enum):
OFF = "off"
LOCALDEP = "localdep"
ALLDIRECT = "alldirect"
ALLDIRECT_OR_LOCALDEP = "alldirect_or_localdep"
ALL = "all"