From 179040ff54a9cb2e756d597c0c4194f452fde51c Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jan 06 2019 19:12:03 +0000 Subject: Fix NameError: global name 'epel5' is not defined Follow up after https://pagure.io/FedoraReview/pull-request/321 --- diff --git a/plugins/generic.py b/plugins/generic.py index 5abd39c..b4d035b 100644 --- a/plugins/generic.py +++ b/plugins/generic.py @@ -62,7 +62,6 @@ class Registry(RegistryBase): batch = self.Flag('BATCH', 'Disable all build, install, rpmlint etc. tasks', __file__) - self.checks.flags.add(epel5) self.checks.flags.add(epel6) self.checks.flags.add(epel7) self.checks.flags.add(disttag)