laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/38230?usp=email )

Change subject: scripts: adjust to pyosmocom move to gerrit
......................................................................

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

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve




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 https://gerrit.osmocom.org/c/osmo-ci/+/38230?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5ebbbd87c562e7bfa21792db0eadb556716ad252
Gerrit-Change-Number: 38230
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to