- "kojimock" is valid value for option "pkgset_source"

This commit is contained in:
soksanichenko 2022-11-09 17:59:50 +02:00
parent 32215d955a
commit d914626d92
1 changed files with 5 additions and 1 deletions

View File

@ -666,7 +666,11 @@ def make_schema():
"pkgset_allow_reuse": {"type": "boolean", "default": True},
"createiso_allow_reuse": {"type": "boolean", "default": True},
"extraiso_allow_reuse": {"type": "boolean", "default": True},
"pkgset_source": {"type": "string", "enum": ["koji", "repos"]},
"pkgset_source": {"type": "string", "enum": [
"koji",
"repos",
"kojimock",
]},
"createrepo_c": {"type": "boolean", "default": True},
"createrepo_checksum": {
"type": "string",