From bf8d23bbfd316ac8992b2b69b0312cecf35693cd Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 3 Jan 2023 13:18:48 +0100 Subject: [PATCH] copr-fe: re-enable automatic PyPI rebuilds Relates: https://github.com/fedora-copr/copr/issues/2289 --- roles/copr/frontend/files/cron.hourly/copr-frontend-optional | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/copr/frontend/files/cron.hourly/copr-frontend-optional b/roles/copr/frontend/files/cron.hourly/copr-frontend-optional index 771d7deefa..98728ba017 100755 --- a/roles/copr/frontend/files/cron.hourly/copr-frontend-optional +++ b/roles/copr/frontend/files/cron.hourly/copr-frontend-optional @@ -5,6 +5,5 @@ # $ dnf diff copr-frontend /etc/cron.hourly/copr-frontend-optional # to see our changes, and perhaps update when appropriate. -# disabled during movement to aws -# runuser -c '/usr/share/copr/coprs_frontend/run/check_for_anitya_version_updates.py --backend pypi --delta=172800 &> /dev/null' - copr-fe +runuser -c '/usr/share/copr/coprs_frontend/run/check_for_anitya_version_updates.py --backend pypi --delta=172800 &> /dev/null' - copr-fe runuser -c '/usr/share/copr/coprs_frontend/run/check_for_anitya_version_updates.py --backend rubygems --delta=172800 &> /dev/null' - copr-fe