aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-26 18:28:25 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-26 18:29:01 +0100
commit65353904bc9fcbe0a22f4bcca57cf02e3f8c42bc (patch)
tree2e50c4ae5e0a6210620c40ee13ab7cf6a7cdb516
parent789c5a9c3fe926d6b7740190c5893c54139d1aa0 (diff)
latest-packages: Add libosmo-dsp
Now that libosmo-dsp has a 0.4.0 tag that includes debian packaging information, we can add it to the latest feed. Change-Id: Ic082a4ad6b8582dfe44df5bdaafa525e52da7246
-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 f983d05..62a6da0 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -128,6 +128,7 @@ build_osmocom() {
checkout osmo-msc
checkout osmo-bsc
checkout simtrace2
+ checkout libosmo-dsp
build limesuite --git-upstream-tree="$(get_last_tag limesuite)"
build libosmocore
@@ -152,6 +153,7 @@ build_osmocom() {
build osmo-msc
build osmo-bsc
build simtrace2
+ build libosmo-dsp
cd "$TOP/$PROJ"
osc ci -m "Latest Tagged versions of $DT"