forked from OSchip/llvm-project
wrap an rst file to 80 cols, to cycle bots
This commit is contained in:
parent
28b573d249
commit
3b42eb3512
|
@ -86,12 +86,14 @@ Here are the steps you can follow to do so:
|
||||||
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
|
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
|
||||||
* builders are added to ``buildbot/osuosl/master/config/builders.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.
|
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
|
It is possible to whitelist email addresses to unconditionally receive
|
||||||
on build failure; for this you'll need to add an ``InformativeMailNotifier`` to
|
notifications on build failure; for this you'll need to add an
|
||||||
``buildbot/osuosl/master/config/status.py``. This is particularly useful for the
|
``InformativeMailNotifier`` to ``buildbot/osuosl/master/config/status.py``.
|
||||||
staging buildmaster which is silent otherwise.
|
This is particularly useful for the staging buildmaster which is silent
|
||||||
|
otherwise.
|
||||||
|
|
||||||
#. Send the buildslave access name and the access password directly to
|
#. Send the buildslave access name and the access password directly to
|
||||||
`Galina Kistanova <mailto:gkistanova@gmail.com>`_, and wait till she
|
`Galina Kistanova <mailto:gkistanova@gmail.com>`_, and wait till she
|
||||||
|
|
Loading…
Reference in New Issue