From: Erik Mackdanz Date: Sun, 30 Jun 2024 04:43:15 +0000 (+0000) Subject: set a valid hostname X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=3c80e217210156a9d54c6eb66c22d781dd140725;p=private%2Fbuildbot-default.git set a valid hostname --- diff --git a/master.cfg b/master.cfg index 3835957..614154f 100644 --- a/master.cfg +++ b/master.cfg @@ -85,15 +85,15 @@ c['services'] = [] # the 'title' string will appear at the top of this buildbot installation's # home pages (linked to the 'titleURL'). -c['title'] = "Hello World CI" -c['titleURL'] = "https://buildbot.github.io/hello-world/" +c['title'] = "Humopery CI" +c['titleURL'] = "https://bb.humopery.space/" # the 'buildbotURL' string should point to the location where the buildbot's # internal web server is visible. This typically uses the port number set in # the 'www' entry below, but with an externally-visible host name which the # buildbot cannot figure out without some help. -c['buildbotURL'] = "http://localhost:8010/" +c['buildbotURL'] = "https://bb.humopery.space/" # minimalistic config to activate new web UI c['www'] = dict(port=8010,