commit d8739d91c9a68b3449c92a87b515f28aff624eeb parent 4c07c84c43d8a4b64368be00d4b245229c50ca9d Author: buckE <buckE@disroot.org> Date: Wed, 10 Jun 2020 04:08:46 +0000 added install notes to buildbot README Diffstat:
| M | buildbot/README | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/buildbot/README b/buildbot/README @@ -1,3 +1,25 @@ + +-- 10 JUNE 2020 + +Christian recently removed pip install of buildbot, replaced with debian repo version. + +WebUI does not work with Debian package (issue same as https://bugzilla.redhat.com/show_bug.cgi?id=1557687) + +So `buildbot-master` user performed `pip install` for: + +- buildbot-www +- buildbot-waterfall-view +- buildbot-console-view + +Also: + +- buildbot.www (Reason: UI was not coming up and Buck thought this might be a necessary package) + +WebUI Note: `master.cfg` contains "# Authentication for Web UI." and webUI is configured as the "www" worker. + + +-- PRIOR TO 10 JUNE 2020 + Packages needed to use Buildbot 0.9.x. - buildbot