From d88dc72f019b4027a0cd41545f755cc91c916996 Mon Sep 17 00:00:00 2001 From: maxbyte9p Date: Fri, 1 Dec 2023 09:57:14 -0500 Subject: [PATCH] Add glob pattern for OpenELA http and git remotes --- getsrc/getsrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/getsrc/getsrc.sh b/getsrc/getsrc.sh index 6723f5d..efe1186 100755 --- a/getsrc/getsrc.sh +++ b/getsrc/getsrc.sh @@ -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.