osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/38059?usp=email )
Change subject: scripts/common: osmo_git_clone_url: add pyosmocom ......................................................................
scripts/common: osmo_git_clone_url: add pyosmocom
Add the location of pyosmocom. Fix for the currently failing Osmocom-release-manuals job:
:: (pyosmocom) Getting git tags fatal: unable to access 'https://gerrit.osmocom.org/pyosmocom/': The requested URL returned error: 403
Change-Id: I63a23a831b6091967e4944af4ad8643ec0fe1f63 --- M scripts/common.sh 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/59/38059/1
diff --git a/scripts/common.sh b/scripts/common.sh index b658b03..48ce3a8 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -145,6 +145,9 @@ strongswan-epdg) echo "$OSMO_GIT_URL_GITEA"/ims-volte-vowifi/strongswan ;; + pyosmocom) + echo "$OSMO_GIT_URL_GITEA"/osmocom/"$1" + ;; osmo_dia2gsup|osmo-epdg|osmo-s1gw) echo "$OSMO_GIT_URL_GERRIT"/erlang/"$1" ;;