diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2017-04-24 21:06:29 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2017-04-24 21:06:29 +0000 |
commit | 5fda6a90e0d0c23719325d0ce4e47b3ac94df97f (patch) | |
tree | dbbf30434666a95cd4d54f3a5fa1b1e7290c5113 | |
parent | 53972d60cb26db1dc221c97618d76ff2873b4d8c (diff) | |
download | bcm5719-llvm-5fda6a90e0d0c23719325d0ce4e47b3ac94df97f.tar.gz bcm5719-llvm-5fda6a90e0d0c23719325d0ce4e47b3ac94df97f.zip |
Cosmetic change.
llvm-svn: 301253
-rw-r--r-- | llvm/docs/HowToAddABuilder.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst index 3bbb2a7d472..08cbecdc2a5 100644 --- a/llvm/docs/HowToAddABuilder.rst +++ b/llvm/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 |