aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2015-06-11 13:59:54 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2015-06-11 14:45:50 -0300
commit0d833715eaa65636dda2705b89359a1e0154dc58 (patch)
tree7223b690c2f8573bb3fba285f13608cc405b5f73
parent2bfcd7ef805e27b43aec56dc009ba87f6c4ff96b (diff)
downloadkmod-0d833715eaa65636dda2705b89359a1e0154dc58.tar.gz
Add README.md file with build details
Add the badges from semaphoreci and coverity and point people to the README file with more information.
-rw-r--r--README3
-rw-r--r--README.md6
2 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index c28ff53..b977e1f 100644
--- a/README
+++ b/README
@@ -3,6 +3,9 @@ kmod - Linux kernel module handling
Information
===========
+Build status:
+ [![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)
+
Mailing list:
linux-modules@vger.kernel.org (no subscription needed)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cd4cdc8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+## kmod - Linux kernel module handling
+
+[![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)<br/>
+[![Coverity Scan Status](https://scan.coverity.com/projects/2096/badge.svg)](https://scan.coverity.com/projects/2096)
+
+This is a ***mirror only***. Please see [README](../master/README) file for more information.