diff --git a/master.cfg b/master.cfg index 08f6e23..3c6e493 100644 --- a/master.cfg +++ b/master.cfg @@ -77,7 +77,7 @@ factory.addStep(steps.ShellCommand(command=["trial", "pyflakes"])) c['builders'] = [] c['builders'].append( util.BuilderConfig(name="runtests", - workernames=["example-worker"], + workernames=["docker-worker"], factory=factory)) ####### REPORTER TARGETS @@ -93,8 +93,8 @@ c['services'] = [] # the 'title' string will appear at the top of this buildbot installation's # home pages (linked to the 'titleURL'). -c['title'] = "Pyflakes" -c['titleURL'] = "https://launchpad.net/pyflakes" +c['title'] = "Adrianux" +c['titleURL'] = "https://build.adrianux.net/Adrianux" # 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