From: Daniel Axtens Date: Fri, 18 Oct 2019 02:41:47 +0000 (+1100) Subject: docs: document snowpatch as an API client X-Git-Tag: v2.2.0-rc1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f156d4edf502f20d189a250e6e181b24bf58dd;p=thirdparty%2Fpatchwork.git 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 Reviewed-by: Stephen Finucane --- diff --git a/docs/usage/clients.rst b/docs/usage/clients.rst index 57c8a1a1..01dd62a2 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