From c768479a7c1c1cdc6bcd6b0ae654b658a08f98dd Mon Sep 17 00:00:00 2001 From: Maxine H <129410851+maxbyte9p@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:39:22 -0500 Subject: [PATCH] Add OpenELA lookaside to getsrc (#206) * Add OpenELA lookaside * Add glob pattern for OpenELA http and git remotes * Add another blank entry to branches array to maintain parity with other arrays --- getsrc/getsrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/getsrc/getsrc.sh b/getsrc/getsrc.sh index 8ad1db5..4db3e2d 100755 --- a/getsrc/getsrc.sh +++ b/getsrc/getsrc.sh @@ -16,6 +16,7 @@ https://sources.build.resf.org/%HASH% https://git.centos.org/sources/%PKG%/%BRANCH%/%HASH% https://sources.stream.centos.org/sources/rpms/%PKG%/%FILENAME%/%SHATYPE%/%HASH%/%FILENAME% https://src.fedoraproject.org/repo/pkgs/%PKG%/%FILENAME%/%SHATYPE%/%HASH%/%FILENAME% +https://ax8edlmsvvfp.compat.objectstorage.us-phoenix-1.oraclecloud.com/mship-srpm1/%HASH% ) # These are glob patterns. They should be in the same order as the lookasides @@ -26,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. @@ -36,6 +38,7 @@ branches=( '' '' '' + '' ) declare -A macros