#76 scitech_sig is a valid packager group, allow _sig group suffix
Merged 3 years ago by frantisekz. Opened 3 years ago by churchyard.
fedora-qa/ churchyard/oraculum scitech_sig  into  master

file modified
+1 -1
@@ -43,7 +43,7 @@ 

  

  # Specify groups that are allowed to own packages, regexes and explicit names are allowed

  # Only groups ending with "-sig" can own packages as per https://pagure.io/fedora-infrastructure/issue/5478#comment-9109

- ALLOWED_PACKAGER_GROUPS = ["^sssd-maintainers$", ".+-sig$"]

+ ALLOWED_PACKAGER_GROUPS = ["^sssd-maintainers$", ".+[-_]sig$"]

  

  SYNC_INTERVALS = defaultdict(lambda: 3600) # Default sync interval

  # You can set specific tasks' sync intervals here, unset tasks will be refreshed in the

file modified
+1 -1
@@ -71,7 +71,7 @@ 

      EPEL_RELEASES = [6, 7, 8]

  

      # Specify groups that are allowed to own packages, regexes and explicit names are allowed

-     ALLOWED_PACKAGER_GROUPS = ["^sssd-maintainers$", ".+-sig$"]

+     ALLOWED_PACKAGER_GROUPS = ["^sssd-maintainers$", ".+[-_]sig$"]

  

      SYNC_INTERVALS = defaultdict(lambda: 3600)

      # You can set specific tasks' sync intervals here, unset tasks will be refreshed in the

no initial comment

Pull-Request has been merged by frantisekz

3 years ago