aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-08-04 14:01:23 +0200
committerosmith <osmith@sysmocom.de>2022-08-04 14:17:40 +0000
commit3f4ee14898f4dcb035e8a93d7d3b7827d001b1a4 (patch)
treed89f1f31d06a674ccc9f9d7fc4ab2cbbe7c939c6
parent7340fa7561bc28fac1618cea2c0f314d4cb8e2ac (diff)
obs: add osmo-bsc-nat, osmo-fl2k
Looks like I copied the list of packages from the old latest script, so these two that were only in nightly are missing. Once added, they will be built for nightly again and not for latest as there's no tag matching the patterin in the git repositories. Change-Id: I4b96f15e95c70f1dca12a292964e6f12b04e4a04
-rw-r--r--scripts/obs/lib/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py
index 22c9c05..a4a10c5 100644
--- a/scripts/obs/lib/config.py
+++ b/scripts/obs/lib/config.py
@@ -49,9 +49,11 @@ projects_osmocom = [
"libsmpp34",
"libusrp",
"osmo-bsc",
+ "osmo-bsc-nat",
"osmo-bts",
"osmo-cbc",
"osmo-e1d",
+ "osmo-fl2k",
"osmo-gbproxy",
"osmo-ggsn",
"osmo-gsm-manuals",
@@ -86,6 +88,7 @@ git_url_other = {
"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",
"rtl-sdr": "https://gitea.osmocom.org/sdr/rtl-sdr",
}