Add glob pattern for OpenELA http and git remotes

This commit is contained in:
maxbyte9p 2023-12-01 09:57:14 -05:00
parent c12b8c1dab
commit d88dc72f01
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ remotes=(
'@(ssh://git@|http?(s)://)git.centos.org/*'
'@(ssh://git@|http?(s)://)gitlab.com[:/]redhat/centos-stream/*'
'@(ssh://git@|http?(s)://)src.fedoraproject.org/*'
'@(git@|http?(s)://)github.com[:/]openela-main/*'
)
# These are branch names that will be glob-matched to to the lookasides above.