Add KojiResolver to config.SUPPORTED_RESOLVERS.

This commit is contained in:
Jan Kaluza
2019-10-07 12:52:13 +02:00
parent 5ffdeb4649
commit 339c1ef98d
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ SUPPORTED_RESOLVERS = {
"mbs": {"builders": ["mock"]},
"db": {"builders": ["koji", "mock", "copr"]},
"local": {"builders": ["mock"]},
"koji": {"builders": ["koji"]},
}