From d9d0b9d92691dcaea032c8f3394e8494ebdd2277 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 May 2021 15:28:23 -0700 Subject: [PATCH] bodhi-backend: disable updates-sync and auto pushes for now Disable these until we sort out the ostree repo issues in releng 10114. Please check with me before re-enabling. :) Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/files/new-updates-sync.cron | 4 ++-- roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync.cron b/roles/bodhi2/backend/files/new-updates-sync.cron index f9dd3818b0..bac38e8c5e 100644 --- a/roles/bodhi2/backend/files/new-updates-sync.cron +++ b/roles/bodhi2/backend/files/new-updates-sync.cron @@ -1,3 +1,3 @@ MAILTO=releng-cron@lists.fedoraproject.org -* * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync' --silent - +# disabled by kevin until we sort out releng 10114 +#* * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync' --silent diff --git a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 index 4dc15ebd15..59255be002 100644 --- a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 +++ b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 @@ -2,5 +2,6 @@ MAILTO=sysadmin-releng-members@fedoraproject.org {% if RelEngFrozen %} {{ '#' }}14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py {% else %} -14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py +# disabled by kevin until we sort out releng 10114 +#14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py {% endif %}