pagure-distgit config: Add blacklist check for EPEL minor branches

Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
Diego Herrera 2024-10-16 18:28:09 -03:00 committed by kevin
parent 7aafff7863
commit 706b176c41

View file

@ -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 %}