osmith submitted this change.

View Change

Approvals: fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
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(-)

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",
}


To view, visit change 28931. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4b96f15e95c70f1dca12a292964e6f12b04e4a04
Gerrit-Change-Number: 28931
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged