aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-latest-packages.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-03 20:08:30 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-03 20:08:30 +0200
commitc4f4290f3ac3f18bc44d86cd5b4e048167d6e5be (patch)
tree4b8c105e630ff2bb0d5ba3e5eb5e8559ecfd8921 /scripts/osmocom-latest-packages.sh
parent5b2bb86e8ada837732f06bb4a77779cdbca73496 (diff)
osmocom-latest-packages: diable rtl-sdr and osmo-fl2k again
we cannot yet build "latest" for them, as they don't have any tagged versions yet which include the /debian directory. Change-Id: Ia5708508d918fd71eb05393e39b93859b943d623
Diffstat (limited to 'scripts/osmocom-latest-packages.sh')
-rwxr-xr-xscripts/osmocom-latest-packages.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index 15fbc6c..6f60ef8 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -79,9 +79,10 @@ PACKAGES="
osmo-mgw
osmo-msc
osmo-bsc
- rtl-sdr
- osmo-fl2k
"
+# add those two once they have tagged any versions that include the 'debian' sub-dir
+ #rtl-sdr
+ #osmo-fl2k
[ -d "$TOP/debsrc" ] && rm -rf "$TOP/debsrc"
mkdir "$TOP/debsrc"