aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: d17462038c4b35ea5d65f8461420e56f2b529e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SwatBot is a Django web app designed to help Yocto Project
administer it's SWAT process for triaging autobuilder failures.

https://swatbot.yoctoproject.org

The current maintainer is Richard Purdie <richard.purdie@linuxfoundation.org>

Where to Send Patches
=====================

Patches should be sent to the Swat mailing list with [swatbot] in
the subject line. Before sending, be sure the patches apply cleanly to the
appropriate branch of the Git repository.

    Git repository: https://git.yoctoproject.org/cgit.cgi/swatbot/
    Mailing list: swat@lists.yoctoproject.org

This can be configured within the repository with the commands:

git config sendemail.to swat@lists.yoctoproject.org
git config format.subjectprefix "swatbot] [PATCH"