Add web request options 'scratch' and 'srpms' for module scratch builds.

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius
2019-02-07 14:01:35 -06:00
parent fcac146230
commit f2e7a8db07
3 changed files with 38 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ class BaseConfiguration(object):
MODULES_DEFAULT_REPOSITORY = 'https://src.fedoraproject.org/modules/'
MODULES_ALLOW_REPOSITORY = False
MODULES_ALLOW_SCRATCH = False
ALLOWED_GROUPS = set([
'packager',