summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2019-10-18 13:41:47 +1100
committerDaniel Axtens <dja@axtens.net>2019-10-18 16:43:42 +1100
commit95f156d4edf502f20d189a250e6e181b24bf58dd (patch)
tree808d0a202adf130c4fec420149c3bb232198b598 /docs
parent19512edf788af058775c43d5727713441a038f64 (diff)
downloadpatchwork-95f156d4edf502f20d189a250e6e181b24bf58dd.tar
patchwork-95f156d4edf502f20d189a250e6e181b24bf58dd.tar.gz
docs: document snowpatch as an API client
Snowpatch is one of the few publically visible API clients. Document it in the clients list. Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs')
-rw-r--r--docs/usage/clients.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/usage/clients.rst b/docs/usage/clients.rst
index 57c8a1a..01dd62a 100644
--- a/docs/usage/clients.rst
+++ b/docs/usage/clients.rst
@@ -40,3 +40,16 @@ instructions, can be found in the `documentation`__ and the `GitHub repo`__.
__ https://git-pw.readthedocs.io/
__ https://github.com/getpatchwork/git-pw/
+
+
+snowpatch
+---------
+
+The :program:`snowpatch` application is a bridge between Patchwork and the
+Jenkins continuous integration automation server. It monitors the REST API
+for incoming patches, applies them on top of an existing git tree, triggers
+appropriate builds and test suites, and reports the results back to Patchwork.
+
+Find out more about :program:`snowpatch` at its `GitHub repo`__.
+
+__ https://github.com/ruscur/snowpatch