Revert "bodhi-backend: disable updates-sync and auto pushes for now"

This reverts commit d9d0b9d926.
This commit is contained in:
Kevin Fenzi 2021-05-14 08:48:23 -07:00
parent d9d0b9d926
commit 2465791d08
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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 %}