aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-24 09:35:09 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-05-24 09:35:12 +0200
commit777a2f8060ba571a580967068fc08dc1218593d8 (patch)
tree5e1213b2f6712a12c0f59d9764b624a61bb042bd /scripts
parentd15390302d065584961f8baa61d9b83a2951e5f3 (diff)
nightly-packages: Update LimeSuite to latest tag (v19.0.4)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osmocom-nightly-packages.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index ce532bc..27cd9dc 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -143,7 +143,7 @@ download_bumpversion() {
checkout_limesuite() {
cd "$REPO"
git clone https://github.com/myriadrf/LimeSuite limesuite
- TAG="357ad5dd0d71304179d476b38e67240527d917df"
+ TAG="$(get_last_tag limesuite)"
cd limesuite
git checkout "$TAG"
}
@@ -205,7 +205,7 @@ build_osmocom() {
checkout_copy_debian8_jessie "osmo-gsm-manuals"
checkout_copy_debian8_jessie "osmo-trx"
- build limesuite no_commit --git-upstream-tree="357ad5dd0d71304179d476b38e67240527d917df"
+ build limesuite no_commit --git-upstream-tree="$(get_last_tag limesuite)"
build osmo-gsm-manuals
build osmo-gsm-manuals-debian8-jessie
build libosmocore