aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-26 17:55:22 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-26 18:01:23 +0200
commitff683afa2dfabbcd3feb62d852f576d9f72892c8 (patch)
treed5725eaf2cf544a906405bf87fe4ebfb3f5aec9e
parent27d80693851d7c714aa96a50c3a4d0284c8c0caa (diff)
osmocom:nightly OBS: Add osmo-msc + osmo-mgw
-rwxr-xr-xscripts/osmocom-nightly-packages.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 05abe60..12aa587 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -24,6 +24,8 @@ git clone git://git.osmocom.org/osmo-trx
git clone git://git.osmocom.org/osmo-bts
git clone git://git.osmocom.org/osmo-pcu
git clone git://git.osmocom.org/osmo-hlr
+git clone git://git.osmocom.org/osmo-mgw
+git clone git://git.osmocom.org/osmo-msc
PROJ=network:osmocom:nightly
@@ -63,6 +65,8 @@ build osmo-sip-connector
build osmo-bts
build osmo-pcu
build osmo-hlr
+build osmo-mgw
+build osmo-msc
cd $PROJ
osc ci -m "Snapshot $DT"