#53 Fix the branch_regex for Fedora EPEL so that it also matches on el6
Merged 3 years ago by nphilipp. Opened 3 years ago by pingou.
fedora-infra/ pingou/distgit-bugzilla-sync fix_regex_el6  into  master

@@ -21,7 +21,8 @@ 

          namespace = "modules"

          versions = []

      [products."Fedora EPEL"]

-         branch_regex = '^epel\d+$'

+         # To simplify to '^epel\d+$' once EL6 is EOL.

+         branch_regex = '^e(pe)?l\d+$'

          versions = ["epel8", "epel7", "el6"]

  

  [pdc_types]

This was reported by a former maintainer of the freerdp rpm where the
Fedora EPEL CC list was not being updated because the only EPEL branch
still active in PDC was the el6 branch. Thus the script was never
matching Fedora EPEL as being still active and as a result it was not
updating it.

By adjusting the regex, we solve this issue.

Fixes https://pagure.io/fedora-infrastructure/issue/9122

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

@zlopez or @nphilipp if you have the time to check/review this PR :)

Metadata Update from @nphilipp:
- Request assigned

3 years ago

Pull-Request has been merged by nphilipp

3 years ago