From a129c38944d02450909fb648800728e3a027b9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Mon, 20 May 2019 21:05:54 +0200 Subject: [PATCH] Enable outdated chroots notification/removal automatization --- .../frontend-cloud/files/cron.daily/copr-frontend-optional | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional b/roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional index 8b06c5525b..92ca1980d2 100644 --- a/roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional +++ b/roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional @@ -5,6 +5,5 @@ # $ dnf diff copr-frontend /etc/cron.daily/copr-frontend-optional # to see our changes, and perhaps update when appropriate. -#TODO: enable once appropriate -#runuser -c 'copr-frontend notify_outdated_chroots' - copr-fe -#runuser -c 'copr-frontend delete_outdated_chroots' - copr-fe +runuser -c 'copr-frontend notify_outdated_chroots' - copr-fe +runuser -c 'copr-frontend delete_outdated_chroots' - copr-fe