aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-03-14 15:28:22 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-03-14 15:28:22 +0100
commit5977e23db7f723c9fd1cbd5d1ab22329d876590e (patch)
tree816a93ab923206bb31c12dde322e6424a26b8f3a /scripts
parent75ac11a784d1202d14d3e4647b81467e7d2ac5cf (diff)
osmocom-nightly-packages.sh: add osmo-hlr
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osmocom-nightly-packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 8c81831..3104b86 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -21,6 +21,7 @@ git clone git://git.osmocom.org/cellmgr-ng osmo-stp
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
PROJ=network:osmocom:nightly
@@ -65,6 +66,7 @@ git commit -m "Copy OpenBSC files needed for the build"
cd ../
build osmo-bts
build osmo-pcu
+build osmo-hlr
cd $PROJ
osc ci -m "Snapshot $DT"