summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD4
-rw-r--r--README.devel12
2 files changed, 12 insertions, 4 deletions
diff --git a/BUILD b/BUILD
deleted file mode 100644
index 69d4d0a..0000000
--- a/BUILD
+++ /dev/null
@@ -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.