disable pushes while bugzilla is down

This commit is contained in:
Kevin Fenzi 2018-12-09 06:23:27 +00:00
parent 878988d92d
commit e580ea493d

View file

@ -1,5 +1,5 @@
{% if RelEngFrozen %}
{{ '#' }}00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{% else %}
00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
#00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{% endif %}