aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-latest-packages.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-03-19 20:52:42 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-03-22 12:51:14 +0000
commitb3b2e37246825dd9d78f3d9e20d44a36e23c01ba (patch)
tree58351004bbb688924d8a05f48136b4cdd9024608 /scripts/osmocom-latest-packages.sh
parent60a4fb2062ccf487a123c2a61b9bc955ec34bdfd (diff)
scripts: Enable osmo-sysmon debian package OBS build
Diffstat (limited to 'scripts/osmocom-latest-packages.sh')
-rwxr-xr-xscripts/osmocom-latest-packages.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index 38c6b33..0e4d655 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -129,6 +129,8 @@ build_osmocom() {
checkout osmo-bsc
checkout simtrace2
checkout libosmo-dsp
+ # TODO: enable once release after libosmocore 1.0.1 and libosmo-netif 0.4.0 are available
+ # checkout osmo-sysmon
build limesuite --git-upstream-tree="$(get_last_tag limesuite)"
build libosmocore
@@ -154,6 +156,8 @@ build_osmocom() {
build osmo-bsc
build simtrace2
build libosmo-dsp
+ # TODO: enable once release after libosmocore 1.0.1 and libosmo-netif 0.4.0 are available
+ # build osmo-sysmon
cd "$TOP/$PROJ"
osc ci -m "Latest Tagged versions of $DT"