Revert "Disable updates pushing and backups for today since we are going to be doing an outage"

This reverts commit 25a26248ab.
This commit is contained in:
Kevin Fenzi 2018-11-07 23:45:28 +00:00
parent 2e2c8af6f4
commit d62dd190f1
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# run rdiff backups
MAILTO=kevin@scrye.com
#00 22 * * * root /usr/local/bin/lock-wrapper run-rdiff-backups "/usr/local/bin/run-rdiff-backups"
00 22 * * * root /usr/local/bin/lock-wrapper run-rdiff-backups "/usr/local/bin/run-rdiff-backups"

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