From 02ad713833cec3f5ae71410e5f4098c874ab02f4 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Mon, 24 Apr 2017 21:06:29 +0000 Subject: [PATCH] Cosmetic change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301253 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToAddABuilder.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/HowToAddABuilder.rst b/docs/HowToAddABuilder.rst index 3bbb2a7d472..08cbecdc2a5 100644 --- a/docs/HowToAddABuilder.rst +++ b/docs/HowToAddABuilder.rst @@ -84,6 +84,7 @@ Here are the steps you can follow to do so: * builders are added to ``buildbot/osuosl/master/config/builders.py`` Please make sure your builder name and its builddir are unique through the file. + It is possible to whitelist email addresses to unconditionally receive notifications on build failure; for this you'll need to add an ``InformativeMailNotifier`` to ``buildbot/osuosl/master/config/status.py``. This is particularly useful for the -- 2.40.0