#416 Revert "Support for epel*-playground branch requests"
Merged by onosek. Opened by salimma.
salimma/fedpkg no-epel-playground  into  master

Download 416.patch

Per recent changes discussed in the EPEL SC meetings, epel*-playground
branches should no longer be created automatically when a corresponding
epel* branch is requested.

Reverting this commit makes epel* branches behave like normal branches
and no longer disallow epel*-playground branches from being manually
requested if needed.

This reverts commit eabb5ae7dd0495f67b73d76137df78b84e2792ec.

Fixes: #414

Signed-off-by: Michel Alexandre Salim michel@michel-slm.name

1 new commit added

  • Fix tests

This turns out to be more complex than I thought. Will comment when I have something functional.

I found where the problem is:

  and not re.match(RELEASE_BRANCH_REGEX, b)
- and not epel_playground  # Dont run auto_module on epel requests
  and not no_auto_module

this row needs to be reverted. This check is needed for not to create extra branches for modules.
epel_playground can be renamed to playground_match which is already defined and contains data.

@salimma, I can modify if for you.

Commit ff8df264 fixes this pull-request

Pull-Request has been merged by onosek

Metadata