From d62dd190f18f99fac3a4f220825e1d929a2cdce7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 7 Nov 2018 23:45:28 +0000 Subject: [PATCH] Revert "Disable updates pushing and backups for today since we are going to be doing an outage" This reverts commit 25a26248abe1d02149af60d755acca6733204f57. --- files/rdiff-backup/run-rdiff-backups.cron | 2 +- roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/rdiff-backup/run-rdiff-backups.cron b/files/rdiff-backup/run-rdiff-backups.cron index 8d2eb947d7..91bff12a07 100644 --- a/files/rdiff-backup/run-rdiff-backups.cron +++ b/files/rdiff-backup/run-rdiff-backups.cron @@ -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" diff --git a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 index 8cf7d7ea5f..fd83ee60ae 100644 --- a/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 +++ b/roles/bodhi2/backend/templates/bodhi-automated-pushes.cron.j2 @@ -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 %}