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:
parent
22422c3050
commit
be4a8f684f
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue