pagure-distgit config: Add blacklist check for EPEL minor branches
Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
parent
7aafff7863
commit
706b176c41
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ UNSPECIFIED_BLACKLIST_RES = ['refs/heads/main',
|
|||
'refs/heads/rawhide',
|
||||
'refs/heads/f[0-9]+',
|
||||
'refs/heads/epel[0-9]+',
|
||||
'refs/heads/epel[0-9]+\\.[0-9]+',
|
||||
'refs/heads/el[0-9]+',
|
||||
'refs/heads/olpc[0-9]+',
|
||||
# master branch is used only for modules
|
||||
|
@ -100,6 +101,7 @@ UNSPECIFIED_BLACKLIST_RES = ['refs/heads/main',
|
|||
'refs/heads/rawhide',
|
||||
'refs/heads/f[0-9]+',
|
||||
'refs/heads/epel[0-9]+',
|
||||
'refs/heads/epel[0-9]+\\.[0-9]+',
|
||||
'refs/heads/el[0-9]+',
|
||||
'refs/heads/olpc[0-9]+']
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue