mdapi: rollout to prod

Signed-off-by: David Kirwan <dkirwan@redhat.com>
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
This commit is contained in:
David Kirwan 2023-01-18 13:43:02 +09:00
parent c3718a166a
commit f8f758be97
2 changed files with 6 additions and 2 deletions

View file

@ -11,8 +11,8 @@ spec:
uri: https://github.com/fedora-infra/mdapi.git
ref: "develop"
{% else %}
uri: https://pagure.io/mdapi.git
ref: "production"
uri: https://github.com/fedora-infra/mdapi.git
ref: "prod"
{% endif %}
strategy:
type: Docker

View file

@ -68,7 +68,11 @@ PKGDB2_VERIFY = True
DL_VERIFY = True
# Whether to publish to Fedora Messaging
{% if env == "staging" %}
PUBLISH_CHANGES = False
{% else %}
PUBLISH_CHANGES = True
{% endif %}
# How long to wait between retries if processing failed
CRON_SLEEP = 30