This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: Remove OpenBSC from Coverity submission
......................................................................
Remove OpenBSC from Coverity submission
The OpenBSC codebase only receive occasional backports hence none of the
issues uncovered by Coverity would be fixed unless it's also fixed in
corresponding Osmo* project. Let's not clutter output with the
information about issues which won't be fixed anyway.
Change-Id: Ief3dfc641684fa33407957bf7cfcb6ecf35b847a
---
M coverity/build_Osmocom.sh
M coverity/prepare_source_Osmcocom.sh
2 files changed, 0 insertions(+), 11 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 9ccee28..b2e6bc8 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -42,14 +42,6 @@
popd
}
-build_openbsc() {
- pushd openbsc/openbsc
- #IU git checkout sysmocom/iu
-
- do_build --enable-osmo-bsc --enable-nat --enable-smpp --enable-mgcp-transcoding #IU --enable-iu
- popd
-}
-
build_osmobts() {
pushd osmo-bts
@@ -89,7 +81,6 @@
#IU build_default osmo-iuh
build_osmopcu
build_osmobts
-build_openbsc
build_default osmo-mgw
build_default osmo-bsc
build_default osmo-msc
diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh
index 05e50e4..d5ecad7 100755
--- a/coverity/prepare_source_Osmcocom.sh
+++ b/coverity/prepare_source_Osmcocom.sh
@@ -13,7 +13,6 @@
libosmo-netif \
libosmo-sccp \
libsmpp34 \
- openbsc \
osmo-bsc \
osmo-msc \
osmo-mgw \
@@ -40,4 +39,3 @@
#IU git -C asn1c checkout aper-prefix
#IU git -C libosmo-netif checkout sysmocom/sctp
#IU git -C libosmo-sccp checkout sysmocom/iu
-#IU git -C openbsc checkout sysmocom/iu
--
To view, visit https://gerrit.osmocom.org/5356
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ief3dfc641684fa33407957bf7cfcb6ecf35b847a
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>