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
This commit is contained in:
Maxine H 2023-12-01 11:39:22 -05:00 committed by GitHub
parent 6ed68900b0
commit c768479a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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