]> Humopery - private/buildbot-default.git/commitdiff
set a valid hostname
authorErik Mackdanz <erikmack@gmail.com>
Sun, 30 Jun 2024 04:43:15 +0000 (04:43 +0000)
committerErik Mackdanz <erikmack@gmail.com>
Sun, 30 Jun 2024 04:43:15 +0000 (04:43 +0000)
master.cfg

index 3835957631093e8456314c9f3bd13a009883d845..614154feec03fb36d0d2c70573e5362716b79d1f 100644 (file)
@@ -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,