Change the bodhi pushes to 14:00 UTC to align with new freeze time

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-02-25 14:26:37 +00:00 committed by Pierre-Yves Chibon
parent 7972e75131
commit c244aff0c7

View file

@ -1,6 +1,6 @@
MAILTO=sysadmin-releng-members@fedoraproject.org
{% if RelEngFrozen %}
{{ '#' }}00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{{ '#' }}14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{% else %}
00 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
14 00 * * * apache /usr/local/bin/bodhi-automated-pushes.py
{% endif %}