osmith has uploaded this change for review.

View 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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/30/38230/1
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.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5ebbbd87c562e7bfa21792db0eadb556716ad252
Gerrit-Change-Number: 38230
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>