[llvm] 3b42eb3 - wrap an rst file to 80 cols, to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 14:28:14 PST 2019


Author: Nico Weber
Date: 2019-12-06T17:28:02-05:00
New Revision: 3b42eb3512e680caa75c0c5016abf060b1c10bb6

URL: https://github.com/llvm/llvm-project/commit/3b42eb3512e680caa75c0c5016abf060b1c10bb6
DIFF: https://github.com/llvm/llvm-project/commit/3b42eb3512e680caa75c0c5016abf060b1c10bb6.diff

LOG: wrap an rst file to 80 cols, to cycle bots

Added: 
    

Modified: 
    llvm/docs/HowToAddABuilder.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 201c71b21391..30703c858e46 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -86,12 +86,14 @@ Here are the steps you can follow to do so:
    * slaves are added to ``buildbot/osuosl/master/config/slaves.py``
    * 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
-   staging buildmaster which is silent otherwise.
+   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 staging buildmaster which is silent
+   otherwise.
 
 #. Send the buildslave access name and the access password directly to
    `Galina Kistanova <mailto:gkistanova at gmail.com>`_, and wait till she


        


More information about the llvm-commits mailing list