From c143c12eaf8b4cfaca14abef32ab7ad4e812718c Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Dec 08 2020 23:04:24 +0000 Subject: Drop EPEL 6 --- diff --git a/conf/settings.py.example b/conf/settings.py.example index e6aee5e..cbfeb4a 100644 --- a/conf/settings.py.example +++ b/conf/settings.py.example @@ -41,7 +41,7 @@ KOJIHUB_URL = "https://koji.fedoraproject.org/kojihub/" BLOCKERBUGS_URL = "https://qa.fedoraproject.org/blockerbugs/" SCHEDULE_URL = "https://fedorapeople.org/groups/schedule/f-%d/f-%d-key.ics" -EPEL_RELEASES = [6, 7, 8] +EPEL_RELEASES = [7, 8] # How often should be watchdog triggered # (For sending emails with health check report and counter resetting if ACTIVE_WATCHDOG) diff --git a/oraculum/config.py b/oraculum/config.py index 98cb159..1d7f311 100644 --- a/oraculum/config.py +++ b/oraculum/config.py @@ -70,7 +70,7 @@ class Config(object): BLOCKERBUGS_URL = 'https://qa.fedoraproject.org/blockerbugs/' SCHEDULE_URL = 'https://fedorapeople.org/groups/schedule/f-%d/f-%d-key.ics' - EPEL_RELEASES = [6, 7, 8] + EPEL_RELEASES = [7, 8] # How often should be watchdog triggered # (For sending emails with health check report and counter resetting if ACTIVE_WATCHDOG)