copr-mbs: module build fix

This commit is contained in:
clime 2017-05-23 16:37:17 +02:00
parent f4f0d9338e
commit 016f7ec5c2

View file

@ -37,6 +37,11 @@ class ProdConfiguration(base.ProdConfiguration):
RPMS_ALLOW_CACHE = True
MODULES_ALLOW_REPOSITORY = True
# Determines how many builds can be submitted to the builder
# and be in the build state at a time. Set this to 0 for no restrictions
# We can set some limit in the future, once we need it
NUM_CONSECUTIVE_BUILDS = 0
class DevConfiguration(base.DevConfiguration):
SYSTEM = 'copr'