summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-10 04:08:46 +0000
committerbuckE <buckE@disroot.org>2020-06-10 04:08:46 +0000
commitd8739d91c9a68b3449c92a87b515f28aff624eeb (patch)
tree784ebf3ee5a857fd3b07ba56248a3fab415f0d84
parent4c07c84c43d8a4b64368be00d4b245229c50ca9d (diff)
downloaddeployment-d8739d91c9a68b3449c92a87b515f28aff624eeb.tar.gz
deployment-d8739d91c9a68b3449c92a87b515f28aff624eeb.tar.bz2
deployment-d8739d91c9a68b3449c92a87b515f28aff624eeb.zip
added install notes to buildbot README
-rw-r--r--buildbot/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/buildbot/README b/buildbot/README
index c8be2da..a804860 100644
--- 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