aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"