osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/46/41146/1
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). """