aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-latest-packages.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-02-24 20:26:54 +0100
committerHarald Welte <laforge@osmocom.org>2020-02-26 14:45:30 +0100
commit99a7abe42ed80aba7647762d622c3ae0f89da6ff (patch)
tree901fa568a79dcc7453b6a6021e0e6b6651b42618 /scripts/osmocom-latest-packages.sh
parentd52b4ee10596849360cf88f60f4edee9325b0251 (diff)
osmocom-*-packages: Build neocon package
Diffstat (limited to 'scripts/osmocom-latest-packages.sh')
-rwxr-xr-xscripts/osmocom-latest-packages.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index fc00f30..5261d57 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -170,6 +170,7 @@ build_osmocom() {
checkout osmo-sysmon
checkout osmo-remsim
checkout open5gs https://github.com/open5gs/open5gs
+ checkout neocon https://github.com/laf0rge/neocon
checkout_copy_debian8_jessie "osmo-gsm-manuals"
@@ -203,6 +204,7 @@ build_osmocom() {
build osmo-sysmon
build osmo-remsim
build open5gs
+ build neocon
cd "$TOP/$PROJ"
osc ci -m "Latest Tagged versions of $DT"