Harald Welte has uploaded this change for review. (
https://gerrit.osmocom.org/9430
Change subject: osmocom latest+nightly packages: Add rtl-sdr
......................................................................
osmocom latest+nightly packages: Add rtl-sdr
Now that rtl-sdr has debian packaging information included, we can
easily build it as part of the "latest" and "nightly" feeds.
Change-Id: Idc6afb523e71ed977401d707895844bad6247f8b
---
M scripts/osmocom-latest-packages.sh
M scripts/osmocom-nightly-packages.sh
2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/30/9430/1
diff --git a/scripts/osmocom-latest-packages.sh
b/scripts/osmocom-latest-packages.sh
index 7073b07..0bc93f8 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -79,6 +79,7 @@
osmo-mgw
osmo-msc
osmo-bsc
+ rtl-sdr
"
[ -d "$TOP/debsrc" ] && rm -rf "$TOP/debsrc"
diff --git a/scripts/osmocom-nightly-packages.sh
b/scripts/osmocom-nightly-packages.sh
index a200f36..82a1fc6 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -160,6 +160,7 @@
checkout osmo-mgw
checkout osmo-msc
checkout osmo-bsc
+ checkout rtl-sdr
checkout_limesuite
build libosmocore
@@ -183,6 +184,7 @@
build osmo-mgw
build osmo-msc
build osmo-bsc
+ build rtl-sdr
download_bumpversion
build limesuite no_commit --git-upstream-tree=v17.12.0
--
To view, visit https://gerrit.osmocom.org/9430
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc6afb523e71ed977401d707895844bad6247f8b
Gerrit-Change-Number: 9430
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>