# HG changeset patch # User John W. Eaton # Date 1531457043 0 # Node ID 0b956eea0df337dc2648b2403deac9616d357cbd # Parent 5d2e18ee2b925fc2aa0aa81fecbce0c40055de54 move master web server back to port 8010 diff -r 5d2e18ee2b92 -r 0b956eea0df3 master.cfg --- 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 } }