From 5ede802f3bb63981fb19542bd024270c4ed14712 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Jun 25 2020 08:46:19 +0000 Subject: EPEL 6 is still supported Fixes https://pagure.io/fedora-qa/packager_dashboard/issue/28 --- diff --git a/conf/settings.py.example b/conf/settings.py.example index 84d593b..30c8343 100644 --- a/conf/settings.py.example +++ b/conf/settings.py.example @@ -33,7 +33,7 @@ HEALTH_CHECK_URL = "https://repochecker.decathorpe.com/data/" KOJI_URL = "https://koji.fedoraproject.org/koji/" KOJIHUB_URL = "https://koji.fedoraproject.org/kojihub/" -EPEL_RELEASES = [7, 8] +EPEL_RELEASES = [6, 7, 8] diff --git a/oraculum/config.py b/oraculum/config.py index 67882b6..b25381f 100644 --- a/oraculum/config.py +++ b/oraculum/config.py @@ -61,7 +61,7 @@ class Config(object): KOJI_URL = 'https://koji.fedoraproject.org/koji/' KOJIHUB_URL = 'https://koji.fedoraproject.org/kojihub/' - EPEL_RELEASES = [7, 8] + EPEL_RELEASES = [6, 7, 8] SYNC_INTERVALS = defaultdict(lambda: 3600) # You can set specific tasks' sync intervals here, unset tasks will be refreshed in the