osmith submitted this change.
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(-)
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"
;;
To view, visit change 38059. To unsubscribe, or for help writing mail filters, visit settings.