changeset 5:0b956eea0df3

move master web server back to port 8010
author John W. Eaton <jwe@octave.org>
date Fri, 13 Jul 2018 04:44:03 +0000
parents 5d2e18ee2b92
children c8ce098ecc08
files master.cfg
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/master.cfg	Thu Jun 28 21:19:34 2018 +0000
+++ b/master.cfg	Fri Jul 13 04:44:03 2018 +0000
@@ -813,15 +813,15 @@
 # the 'www' entry below, but with an externally-visible host name which the
 # buildbot cannot figure out without some help.
 
-c['buildbotURL'] = "http://buildbot.octave.org:8011/"
+c['buildbotURL'] = "http://buildbot.octave.org:8010/"
 
 ## Minimalistic config to activate new web UI
 
 from buildbot.plugins import util
 
 c['www'] = {
-  "port" : 8011,
-  "auth" : util.UserPasswordAuth ({"octave" : "8avete$t$"}),
+  "port" : 8010,
+  "auth" : util.UserPasswordAuth (octave_buildbot_config.master_id_and_pass),
   "plugins" : { "waterfall_view" : True }
 }