[docs] Improve guidance on installing the correct buildbot-worker version
authorAlex Bradbury <asb@igalia.com>
Tue, 21 Feb 2023 18:38:33 +0000 (18:38 +0000)
committerAlex Bradbury <asb@igalia.com>
Tue, 21 Feb 2023 18:39:42 +0000 (18:39 +0000)
commit50613578d914a0ab95fcce80b519fdf46264501c
treeaa460cd3f31b0bc08feab893252f6115dab257f4
parent93a971ccf8a4576da284648ff1e7cbb247e5c887
[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
llvm/docs/HowToAddABuilder.rst