mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user