osmith has uploaded this change for review.

View Change

scripts/build-old-tags: build libosmo-sccp-legacy

Fix building old osmo-msc versions, after libosmo-sccp has been
deprecated.

Related: OS#6239
Change-Id: I2601d747b4258146b485cdc65aa1fc7ecc58e268
---
M scripts/common.sh
M scripts/osmocom-build-old-tags-against-master.sh
2 files changed, 2 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/95/38095/1
diff --git a/scripts/common.sh b/scripts/common.sh
index 48ce3a8..b4ab685 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -145,7 +145,7 @@
strongswan-epdg)
echo "$OSMO_GIT_URL_GITEA"/ims-volte-vowifi/strongswan
;;
- pyosmocom)
+ pyosmocom|libosmo-sccp-legacy)
echo "$OSMO_GIT_URL_GITEA"/osmocom/"$1"
;;
osmo_dia2gsup|osmo-epdg|osmo-s1gw)
diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh
index 53d97a9..6d20591 100755
--- a/scripts/osmocom-build-old-tags-against-master.sh
+++ b/scripts/osmocom-build-old-tags-against-master.sh
@@ -17,6 +17,7 @@
libosmo-abis
libosmo-netif
libosmo-sccp
+ libosmo-sccp-legacy
libsmpp34
libasn1c
osmo-ggsn

To view, visit change 38095. To unsubscribe, or for help writing mail filters, visit settings.

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