[Xfce4-commits] <xfce-buildbot-scripts:master> config: fix the buildbot url add trailing '/'

Samuel Verstraete noreply at xfce.org
Wed Oct 7 16:34:01 CEST 2009


Updating branch refs/heads/master
         to 07cfbf16ebcabebd9c2ff45db3cfc1981cf126d6 (commit)
       from 6941167b3ba071f05d541758b8d02122ba640225 (commit)

commit 07cfbf16ebcabebd9c2ff45db3cfc1981cf126d6
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date:   Wed Oct 7 13:50:14 2009 +0200

    config: fix the buildbot url
    add trailing '/'

 master.cfg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/master.cfg b/master.cfg
index 34f45f2..789afb7 100644
--- a/master.cfg
+++ b/master.cfg
@@ -228,7 +228,7 @@ c['status'].append(client.PBListener(9991))
 # from buildbot HTML pages to your project's home page.
 
 c['projectName'] = 'Xfce'
-c['projectURL'] = 'http://buildbot.xfce.org/core'
+c['projectURL'] = 'http://buildbot.xfce.org/core/'
 
 # the 'buildbotURL' string should point to the location where the buildbot's
 # internal web server (usually the html.Waterfall page) is visible. This
@@ -236,7 +236,7 @@ c['projectURL'] = 'http://buildbot.xfce.org/core'
 # with an externally-visible host name which the buildbot cannot figure out
 # without some help.
 
-c['buildbotURL'] = 'http://buildbot.xfce.org/core'
+c['buildbotURL'] = 'http://buildbot.xfce.org/core/'
 
 
 



More information about the Xfce4-commits mailing list