This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/19452 )
Change subject: nightly-packages: Hard-code LimeSuite to 20.01.0 as 20.07.0 is broken
......................................................................
nightly-packages: Hard-code LimeSuite to 20.01.0 as 20.07.0 is broken
See https://github.com/myriadrf/LimeSuite/issues/313
Change-Id: Ib70418f0b8a4c6aafa3098b6fa3e240f89112b59
---
M scripts/osmocom-nightly-packages.sh
1 file changed, 3 insertions(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/52/19452/1
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index ea0dcd4..aa93172 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -179,7 +179,9 @@
 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"
 }
-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/19452
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ib70418f0b8a4c6aafa3098b6fa3e240f89112b59
Gerrit-Change-Number: 19452
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200730/dd215038/attachment.htm>