laforge submitted this change.
scripts: adjust to pyosmocom move to gerrit
Related: OS#6573
Change-Id: I5ebbbd87c562e7bfa21792db0eadb556716ad252
---
M scripts/common.sh
M scripts/manuals/publish-manuals-for-tags.sh
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/scripts/common.sh b/scripts/common.sh
index 01548b8..46bf9c3 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -146,12 +146,15 @@
strongswan-epdg)
echo "$OSMO_GIT_URL_GITEA"/ims-volte-vowifi/strongswan
;;
- pyosmocom|libosmo-sccp-legacy)
+ libosmo-sccp-legacy)
echo "$OSMO_GIT_URL_GITEA"/osmocom/"$1"
;;
osmo_dia2gsup|osmo-epdg|osmo-s1gw)
echo "$OSMO_GIT_URL_GERRIT"/erlang/"$1"
;;
+ pyosmocom)
+ echo "$OSMO_GIT_URL_GERRIT"/python/"$1"
+ ;;
*)
echo "$OSMO_GIT_URL_GERRIT"/"$1"
;;
diff --git a/scripts/manuals/publish-manuals-for-tags.sh b/scripts/manuals/publish-manuals-for-tags.sh
index acf8557..690eafc 100755
--- a/scripts/manuals/publish-manuals-for-tags.sh
+++ b/scripts/manuals/publish-manuals-for-tags.sh
@@ -203,6 +203,7 @@
pyosmocom:0.0.1,
pyosmocom:0.0.2,
+ pyosmocom:0.0.3,
"
mkdir -p \
To view, visit change 38230. To unsubscribe, or for help writing mail filters, visit settings.