mirror of
https://github.com/rocky-linux/rocky-tools.git
synced 2024-11-23 13:41:25 +00:00
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:
parent
6ed68900b0
commit
c768479a7c
@ -16,6 +16,7 @@ https://sources.build.resf.org/%HASH%
|
|||||||
https://git.centos.org/sources/%PKG%/%BRANCH%/%HASH%
|
https://git.centos.org/sources/%PKG%/%BRANCH%/%HASH%
|
||||||
https://sources.stream.centos.org/sources/rpms/%PKG%/%FILENAME%/%SHATYPE%/%HASH%/%FILENAME%
|
https://sources.stream.centos.org/sources/rpms/%PKG%/%FILENAME%/%SHATYPE%/%HASH%/%FILENAME%
|
||||||
https://src.fedoraproject.org/repo/pkgs/%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
|
# 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)://)git.centos.org/*'
|
||||||
'@(ssh://git@|http?(s)://)gitlab.com[:/]redhat/centos-stream/*'
|
'@(ssh://git@|http?(s)://)gitlab.com[:/]redhat/centos-stream/*'
|
||||||
'@(ssh://git@|http?(s)://)src.fedoraproject.org/*'
|
'@(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.
|
# These are branch names that will be glob-matched to to the lookasides above.
|
||||||
@ -36,6 +38,7 @@ branches=(
|
|||||||
''
|
''
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
|
''
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A macros
|
declare -A macros
|
||||||
|
Loading…
Reference in New Issue
Block a user