osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/28589 )
Change subject: Cosmetic: coverity: how to add a new project
......................................................................
Cosmetic: coverity: how to add a new project
Mention that new projects should be added to the components list, as a
lot of projects were not listed there. I've just added all missing
ones. Put it as comment in prepare_source_Osmocom.sh because that's
probably the most likely spot where people will see it while adding a
new project.
Change-Id: I48630f4eb5b4f2b7b714697d15432c0d71f136f9
---
M coverity/prepare_source_Osmocom.sh
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/coverity/prepare_source_Osmocom.sh b/coverity/prepare_source_Osmocom.sh
index 01e3d73..31d6714 100755
--- a/coverity/prepare_source_Osmocom.sh
+++ b/coverity/prepare_source_Osmocom.sh
@@ -1,6 +1,12 @@
#!/bin/sh
BASEDIR=source-Osmocom
+# How to add a new project:
+# * add it to the list below
+# * add it to build_Osmocom.sh
+# * add it as component here:
+#
https://scan.coverity.com/projects/osmocom?tab=analysis_settings
+
PROJECTS="
libasn1c
libosmo-abis
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/28589
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I48630f4eb5b4f2b7b714697d15432c0d71f136f9
Gerrit-Change-Number: 28589
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged