#83 Allow multiple branches in collaborator permissions
Opened by pviktori. Modified
pviktori/fedscm-admin match_collaborator_branch  into  main

Download 83.patch

According to the examples in collaborator permissions, it's possible
to specify several rules separated by commas:

 main,features/*
 epel*
 rawhide,f*

However, the new branch utility only allowed one. Here's a possible fix.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

  • tox : FAILURE in 4m 25s

The tox failure is actually:

  lint: commands succeeded
ERROR:  py36: InterpreterNotFound: python3.6
  py37: commands succeeded
ERROR:  py38: InterpreterNotFound: python3.8
ERROR:  py39: InterpreterNotFound: python3.9

This change will also need to be applied to https://pagure.io/fedora-infra/toddlers/blob/main/f/toddlers/plugins/scm_request_processor.py. Eventually, fedscm-admin will stop being used and that toddler will automatically process SCM requests.

Metadata