ODCS: Use PUNGI_KOJI_ARGS=['--nightly'] by default.

This commit is contained in:
Jan Kaluža 2018-10-03 13:50:36 +00:00
parent aa81de22a5
commit c36e9c1edb

View file

@ -125,6 +125,8 @@ class ProdConfiguration(BaseConfiguration):
MESSAGING_TOPIC = "odcs.compose.state-changed"
INTERNAL_MESSAGING_TOPIC = "odcs.internal.msg"
PUNGI_KOJI_ARGS = ['--nightly']
PUNGI_RUNROOT_ENABLED = {{ odcs_pungi_runroot_enabled }}
PUNGI_PARENT_RUNROOT_CHANNEL = "{{ odcs_pungi_parent_runroot_channel }}"
PUNGI_PARENT_RUNROOT_PACKAGES = {{ odcs_pungi_parent_runroot_packages }}