osmith has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/89/28589/1
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 change 28589. To unsubscribe, or for help writing mail filters, visit settings.