diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-08-25 14:11:48 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-08-25 14:14:26 +0200 |
commit | e5570a84d16022dda6de7d5a55f7b7bd53d4a8de (patch) | |
tree | 089df4bbdca44ef19b5fecdad0e009c6971bc6b9 /README.devel | |
parent | 5f94671f31c040f7cb78e56ac2524e84f703769c (diff) |
doc: Rename BUILD to README.devel and add information about Coverity
Don't spread the information over too many documents, this is a first
step to consolidate them a bit.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'README.devel')
-rw-r--r-- | README.devel | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.devel b/README.devel new file mode 100644 index 0000000..d47739c --- /dev/null +++ b/README.devel @@ -0,0 +1,12 @@ +A Travis CI instance for continuous integration testing of netsniff-ng +can be found here: + + https://travis-ci.org/netsniff-ng/netsniff-ng + +An analysis by the Coverity Scanner is run occasionally against the source of +netsniff-ng. The corresponding scan reports can be found here: + + https://scan.coverity.com/projects/329 + +Use the command `make COV_EMAIL=<email> COV_PASSWD=<passwd> coverity' to trigger +a new scan yourself, if you are a project admin. |