#287 Add flag for EPEL7
Closed 6 years ago by leamas. Opened 6 years ago by eclipseo.
Unknown source add_epel7_flag  into  master

file modified
+2
@@ -61,6 +61,7 @@

      def register_flags(self):

          epel5 = self.Flag('EPEL5', 'Review package for EPEL5', __file__)

          epel6 = self.Flag('EPEL6', 'Review package for EPEL6', __file__)

+         epel7 = self.Flag('EPEL7', 'Review package for EPEL7', __file__)

          disttag = self.Flag('DISTTAG',

                              'Default disttag e. g., "fc21".',

                              __file__)
@@ -69,6 +70,7 @@

                            __file__)

          self.checks.flags.add(epel5)

          self.checks.flags.add(epel6)

+         self.checks.flags.add(epel7)

          self.checks.flags.add(disttag)

          self.checks.flags.add(batch)

  

This simple PR allows to define an EPEL7 flag in order to define EPEL7 specifics checks in the future.

Thanks for patch! Applied to devel branch, closing this PR for master.

Pull-Request has been closed by leamas

6 years ago
Metadata