laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/41146?usp=email )

Change subject: OBS: stop building limesuite
......................................................................

OBS: stop building limesuite

Building limesuite is not needed anymore, as it is available at least
since debian 10 in the debian and ubuntu repositories. We have been
building the upstream version without changes.

Related: OS#6855
Change-Id: Id79ccf873fce8b3b4f61bd73ab89d6a95bd105c1
---
M scripts/obs/lib/config.py
M scripts/obs/lib/srcpkg.py
2 files changed, 0 insertions(+), 12 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved




diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py
index 92a3310..8282d9e 100644
--- a/scripts/obs/lib/config.py
+++ b/scripts/obs/lib/config.py
@@ -98,7 +98,6 @@
     "strongswan-epdg",
 ]
 projects_other = [
-    "limesuite",
     "neocon",
     "open5gs",
 ]
@@ -106,7 +105,6 @@
 git_url_default = "https://gerrit.osmocom.org";  # /project gets appended
 git_url_other = {
     "libosmo-dsp": "https://gitea.osmocom.org/sdr/libosmo-dsp";,
-    "limesuite": "https://github.com/myriadrf/LimeSuite";,
     "neocon": "https://github.com/laf0rge/neocon";,
     "open5gs": "https://github.com/open5gs/open5gs";,
     "osmo-fl2k": "https://gitea.osmocom.org/sdr/osmo-fl2k";,
@@ -129,7 +127,6 @@
 git_latest_tag_pattern_default = tag_pattern()
 git_latest_tag_pattern_other = {
         "gapk": tag_pattern('v', c=r'(\.\d+)?'),
-        "limesuite": tag_pattern('v'),
         "open5gs": tag_pattern('v'),
         "osmo-fl2k": tag_pattern('v'),
         "rtl-sdr": tag_pattern('v'),
diff --git a/scripts/obs/lib/srcpkg.py b/scripts/obs/lib/srcpkg.py
index 3a09af3..b0f76b8 100644
--- a/scripts/obs/lib/srcpkg.py
+++ b/scripts/obs/lib/srcpkg.py
@@ -128,15 +128,6 @@
                 cwd=lib.git.get_repo_path("open5gs"))


-def prepare_project_limesuite():
-    """ Fix bug in 23.10: https://github.com/myriadrf/LimeSuite/pull/386 """
-    lib.run_cmd(["mv", "-v",
-                 "liblimesuite22.09-1.install",
-                 "liblimesuite23.10-1.install"],
-                cwd=f"{lib.git.get_repo_path('limesuite')}/debian",
-                check=False)
-
-
 def run_generate_build_dep(project):
     """ Run contrib/generate_build_dep.sh if it exists in the given project, to
         to download sources for dependencies (see e.g. osmo_dia2gsup.git). """

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/41146?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id79ccf873fce8b3b4f61bd73ab89d6a95bd105c1
Gerrit-Change-Number: 41146
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>

Reply via email to