aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-12 18:43:04 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 19:03:57 +0200
commit9db7436d1f01677d76960308f7f94fe8241965de (patch)
tree6167ded5974ed6d35e8df6c8b0eadd3df60c905c /README.md
parent264090ee71148b8f88046d68da18fe0f4652e149 (diff)
README: add travis ci status
and markdownify a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9242c07e..e5a15402 100644
--- a/README.md
+++ b/README.md
@@ -3,18 +3,20 @@ Git-buildpackage
This is a bunch of scripts to ease the development of Debian packages with git.
For more documentation on how to use these tools, see the manual online at:
- http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html
+ http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html
On Debian systems, this can be found in
/usr/share/doc/git-buildpackage/manual-html.
The API documentation of the gbp module can be found at:
- http://honk.sigxcpu.org/projects/git-buildpackage/apidocs/
+ http://honk.sigxcpu.org/projects/git-buildpackage/apidocs
The mailing list is at:
- http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage
- git-buildpackage at lists.sigxcpu.org
+ * http://lists.sigxcpu.org/mailman/listinfo/git-buildpackage
+ * git-buildpackage at lists.sigxcpu.org
See the HACKING document for details on contributing to gbp development.
+
+[![Build Status](https://travis-ci.org/agx/git-buildpackage.svg?branch=master)](https://travis-ci.org/agx/git-buildpackage)