bodhi / backend: disable automated pushes until we sort ejected updates.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-01-03 21:33:58 +00:00 committed by Pierre-Yves Chibon
parent 02e6deb26a
commit 0e939f88f0

View file

@ -2,5 +2,6 @@ MAILTO=sysadmin-releng-members@fedoraproject.org
{% if RelEngFrozen %}
{{ '#' }}00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{% else %}
00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{{ '#' }}Disable automated pushes until we can fix ejected updates.
{{ '#' }}00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{% endif %}