copr-mbs: module build fix
This commit is contained in:
parent
f4f0d9338e
commit
016f7ec5c2
1 changed files with 5 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue