From 2465791d08ec00d8f68ebc8c3c632fa63c87ea2e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 14 May 2021 08:48:23 -0700 Subject: [PATCH] Revert "bodhi-backend: disable updates-sync and auto pushes for now" This reverts commit d9d0b9d92691dcaea032c8f3394e8494ebdd2277. --- roles/bodhi2/backend/files/new-updates-sync.cron | 4 ++-- roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync.cron b/roles/bodhi2/backend/files/new-updates-sync.cron index bac38e8c5e..f9dd3818b0 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 -# disabled by kevin until we sort out releng 10114 -#* * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync' --silent +* * * * * 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 59255be002..4dc15ebd15 100644 --- a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 +++ b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 @@ -2,6 +2,5 @@ MAILTO=sysadmin-releng-members@fedoraproject.org {% if RelEngFrozen %} {{ '#' }}14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py {% else %} -# disabled by kevin until we sort out releng 10114 -#14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py +14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py {% endif %}