osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/36976?usp=email )
Change subject: scripts: osmo_git_clone_url: prefer using gerrit ...................................................................... scripts: osmo_git_clone_url: prefer using gerrit Use gerrit as clone URL for libgtpnl, libasn1c, libsmpp34 and libusrp, as the gitea URL for these is just a (very delayed!) mirror. Related: https://osmocom.org/projects/cellular-infrastructure/wiki/Git_infrastructure Change-Id: I6c643d31e1451d97566691b83a4167d42f3f5e41 --- M scripts/common.sh 1 file changed, 14 insertions(+), 4 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/76/36976/1 diff --git a/scripts/common.sh b/scripts/common.sh index 1081859..440871f 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -130,10 +130,7 @@ # $1: Osmocom project (e.g. "osmo-hlr") osmo_git_clone_url() { case "$1" in - libgtpnl|libasn1c|libsmpp34) - echo "$OSMO_GIT_URL_GITEA"/cellular-infrastructure/"$1" - ;; - rtl-sdr|osmo-fl2k|libosmo-dsp|libusrp) + rtl-sdr|osmo-fl2k|libosmo-dsp) echo "$OSMO_GIT_URL_GITEA"/sdr/"$1" ;; osmo-gmr) -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/36976?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I6c643d31e1451d97566691b83a4167d42f3f5e41 Gerrit-Change-Number: 36976 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
