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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-13 15:28:23 -07:00
parent fb395d74a2
commit d9d0b9d926
2 changed files with 4 additions and 3 deletions

View file

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

View file

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