aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-nightly-packages.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-07-30 10:55:26 +0200
committerHarald Welte <laforge@osmocom.org>2020-07-30 11:07:12 +0200
commite17a4d66d06ad5acb74a728ca378ad0cc9fffdf0 (patch)
tree8986a1374d1ae8d38d6b7a8f98dcd11d0b246d03 /scripts/osmocom-nightly-packages.sh
parent5fa739dc40147c2ae9e0d95ae0083302d8c62581 (diff)
nightly-packages: Hard-code LimeSuite to 20.01.0 as 20.07.0 is broken
See https://github.com/myriadrf/LimeSuite/issues/313 This also reverts the previous commits that removed the work-around for building LimeSuite on Debian10, as that one is still required for v20.01.0 (and not for v20.07.0). Change-Id: Ib70418f0b8a4c6aafa3098b6fa3e240f89112b59
Diffstat (limited to 'scripts/osmocom-nightly-packages.sh')
-rwxr-xr-xscripts/osmocom-nightly-packages.sh11
1 files changed, 10 insertions, 1 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index ea0dcd4..876c70c 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -51,6 +51,11 @@ prepare() {
get_last_tag() {
project="$1"
if [ "$project" = "limesuite" ]; then
+ # temp workaround, see https://github.com/myriadrf/LimeSuite/issues/313
+ echo "v20.01.0"
+ return
+ fi
+ if [ "$project" = "limesuite" ]; then
ver_regexp="^v[0-9]*.[0-9]*.[0-9]*$"
else
ver_regexp="^[0-9]*.[0-9]*.[0-9]*$"
@@ -179,7 +184,9 @@ download_bumpversion() {
checkout_limesuite() {
cd "$REPO"
git clone https://github.com/myriadrf/LimeSuite limesuite
- TAG="$(get_last_tag limesuite)"
+ # temp workaround, see https://github.com/myriadrf/LimeSuite/issues/313
+ #TAG="$(get_last_tag limesuite)"
+ TAG="v20.01.0"
cd limesuite
git checkout "$TAG"
}
@@ -241,9 +248,11 @@ build_osmocom() {
cd "$REPO"
osmo_obs_checkout_copy debian8 osmo-gsm-manuals
osmo_obs_checkout_copy debian8 osmo-trx
+ osmo_obs_checkout_copy debian10 limesuite
build osmocom-$FEED
build limesuite no_commit --git-upstream-tree="$(get_last_tag limesuite)"
+ build limesuite-debian10 no_commit --git-upstream-tree="$(get_last_tag limesuite)"
build osmo-gsm-manuals
build osmo-gsm-manuals-debian8
build libosmocore