diff options
-rw-r--r-- | BUILD | 4 | ||||
-rw-r--r-- | README.devel | 12 |
2 files changed, 12 insertions, 4 deletions
@@ -1,4 +0,0 @@ -A Travis CI instance for continuous integration testing of netsniff-ng -can be found here: - - https://travis-ci.org/netsniff-ng/netsniff-ng 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. |