summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2019-12-06 17:28:02 -0500
committerNico Weber <thakis@chromium.org>2019-12-06 17:28:02 -0500
commit3b42eb3512e680caa75c0c5016abf060b1c10bb6 (patch)
tree20be2b1ea46ada7512d311671d91a63dcef894f3
parent28b573d2497e394d54d47778012887ab66d51f6f (diff)
downloadbcm5719-llvm-3b42eb3512e680caa75c0c5016abf060b1c10bb6.tar.gz
bcm5719-llvm-3b42eb3512e680caa75c0c5016abf060b1c10bb6.zip
wrap an rst file to 80 cols, to cycle bots
-rw-r--r--llvm/docs/HowToAddABuilder.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 201c71b2139..30703c858e4 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@gmail.com>`_, and wait till she
OpenPOWER on IntegriCloud