osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/28931 )
Change subject: obs: add osmo-bsc-nat, osmo-fl2k ......................................................................
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 --- M scripts/obs/lib/config.py 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/31/28931/1
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 @@ "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 @@ "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", }