fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/29554 )


Change subject: scripts: osmo_git_clone_url(): properly handle 
'satellite/osmo-gmr'
......................................................................

scripts: osmo_git_clone_url(): properly handle 'satellite/osmo-gmr'

Coverity job currently fails because it fails to fetch osmo-gmr.git.

Change-Id: I4d52dbf0f81332dc1856944a6a3c7376cb1e0638
Fixes: I17590d0b0b46274e2ceb007e20d7d1dc039f4e8d
---
M scripts/common.sh
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/54/29554/1

diff --git a/scripts/common.sh b/scripts/common.sh
index 788fbff..23d58e7 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -123,6 +123,9 @@
                rtl-sdr|osmo-fl2k|libosmo-dsp|libusrp)
                        echo "$OSMO_GIT_URL_GITEA"/sdr/"$1"
                        ;;
+               osmo-gmr)
+                       echo "$OSMO_GIT_URL_GITEA"/satellite/"$1"
+                       ;;
                *)
                        echo "$OSMO_GIT_URL_GERRIT"/"$1"
                        ;;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29554
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4d52dbf0f81332dc1856944a6a3c7376cb1e0638
Gerrit-Change-Number: 29554
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to