view maintainers_fix_buildbot_url.patch @ 60:5f56caac4ff1

Add a quick series on buildbot
author Louis Opter <louis@lse.epitech.net>
date Thu, 16 Feb 2012 02:14:18 +0100
parents
children
line wrap: on
line source

# HG changeset patch
# Parent 85e72d294d768d4f6cd37ba27b79dd7ee1bce1a9
maintainers: fix the buildbot url in the buildbot configuration

diff --git a/maintainers/buildbot/master/master-dotcloud.cfg b/maintainers/buildbot/master/master-dotcloud.cfg
--- a/maintainers/buildbot/master/master-dotcloud.cfg
+++ b/maintainers/buildbot/master/master-dotcloud.cfg
@@ -161,10 +161,7 @@
 # with an externally-visible host name which the buildbot cannot figure out
 # without some help.
 
-c['buildbotURL'] = "http://{domain}:{port}/".format(
-    domain=os.environ['DOTCLOUD_MASTER_HTTP_HOST'],
-    port=os.environ['PORT_WWW']
-)
+c['buildbotURL'] = "http://builds.rathaxes.org/"
 
 ####### DB URL