[llvm] r301253 - Cosmetic change.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 14:06:30 PDT 2017


Author: gkistanova
Date: Mon Apr 24 16:06:29 2017
New Revision: 301253

URL: http://llvm.org/viewvc/llvm-project?rev=301253&view=rev
Log:
Cosmetic change.

Modified:
    llvm/trunk/docs/HowToAddABuilder.rst

Modified: llvm/trunk/docs/HowToAddABuilder.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToAddABuilder.rst?rev=301253&r1=301252&r2=301253&view=diff
==============================================================================
--- llvm/trunk/docs/HowToAddABuilder.rst (original)
+++ llvm/trunk/docs/HowToAddABuilder.rst Mon Apr 24 16:06:29 2017
@@ -84,6 +84,7 @@ Here are the steps you can follow to do
    * 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




More information about the llvm-commits mailing list