ODCS: use --no-latest-link and do not use --nightly.

The `--nightly` option is added automatically in recent ODCS release.
We also do not want to generate latest symlinks anymore with recent
ODCS release.
This commit is contained in:
Jan Kaluža 2020-04-30 05:18:33 +00:00
parent 22422c3050
commit be4a8f684f

View file

@ -127,7 +127,7 @@ class ProdConfiguration(BaseConfiguration):
MESSAGING_TOPIC = "odcs.compose.state-changed"
INTERNAL_MESSAGING_TOPIC = "odcs.internal.msg"
PUNGI_KOJI_ARGS = ['--nightly']
PUNGI_KOJI_ARGS = ['--no-latest-link']
PUNGI_TIMEOUT=10800
PUNGI_RUNROOT_ENABLED = {{ odcs_pungi_runroot_enabled }}