diff --git a/TestFile.txt b/TestFile.txt new file mode 100644 index 0000000..e69de29 diff --git a/master.cfg b/master.cfg index 06ad65b..4314617 100644 --- a/master.cfg +++ b/master.cfg @@ -93,8 +93,8 @@ c['status'] = [] # 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'] = "Hello World CI" +c['titleURL'] = "https://buildbot.github.io/hello-world/" # 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 diff --git a/simple/docker-compose.yml b/simple/docker-compose.yml index 695599c..c3739e0 100644 --- a/simple/docker-compose.yml +++ b/simple/docker-compose.yml @@ -6,7 +6,7 @@ services: - db.env environment: - BUILDBOT_CONFIG_DIR=config - - BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz + - BUILDBOT_CONFIG_URL=https://github.com/PerritonBranch/buildbot-docker-example-config/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - BUILDBOT_WEB_URL=http://localhost:8010/ - BUILDBOT_WEB_PORT=8010