bodhi / backend: re-enable automated pushes now that updates have been sorted.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-01-05 18:00:40 +00:00 committed by Pierre-Yves Chibon
parent 2196b78f12
commit d0930d95dc

View file

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