Skip to content

Commit 5061357

Browse files
committed
[docs] Improve guidance on installing the correct buildbot-worker version
The docs currently state that buildbot-worker 2.8.5 is used. However, looking at the buildbot release notes <http://docs.buildbot.net/current/relnotes/index.html>, this release doesn't seem to exist (it's not on PyPI either). The document also links to http://trac.buildbot.net/ as a source to retrieve an old version and install it manually, but this is dead. Instead, drop that advice and suggest pip3 install buildbot-worker==2.8.4, as done by the Dockerfiles in llvm-zorg/buildbot/google/docker/*. Differential Revision: https://reviews.llvm.org/D144464
1 parent 93a971c commit 5061357

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/docs/HowToAddABuilder.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ Here are the steps you can follow to do so:
6767
of parallelism (-j param) would give the fastest build. You can build
6868
multiple configurations on one computer.
6969

70-
#. Install buildbot-worker (currently we are using buildbot version 2.8.5).
71-
Depending on the platform, buildbot-worker could be available to download and
72-
install with your package manager, or you can download it directly from
73-
`<http://trac.buildbot.net>`_ and install it manually.
70+
#. Install buildbot-worker (currently we are using buildbot version 2.8.4).
71+
This specific version can be installed using ``pip``, with a command such
72+
as ``pip3 install buildbot-worker==2.8.4``.
7473

7574
#. Create a designated user account, your buildbot-worker will be running under,
7675
and set appropriate permissions.

0 commit comments

Comments
 (0)