From 3c80e217210156a9d54c6eb66c22d781dd140725 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Sun, 30 Jun 2024 04:43:15 +0000 Subject: [PATCH] set a valid hostname --- master.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.52.0