URL: https://svn.lrde.epita.fr/svn/lrde-tools/trunk/buildbot/masters
Le problème était surtout que les https:// ne passent pas sur ces adresses.
ChangeLog: 2008-03-28 Alexandre Duret-Lutz adl@lrde.epita.fr
2008-03-28 Alexandre Duret-Lutz adl@lrde.epita.fr
* oln_master.cfg, vaucanson_master.cfg, spot_master.cfg (projectURL): Use the standard URL for the projects, that is, http://PROJECT.lrde.epita.fr/
--- oln_master.cfg | 2 +- spot_master.cfg | 2 +- vaucanson_master.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Index: trunk/buildbot/masters/oln_master.cfg =================================================================== --- trunk/buildbot/masters/oln_master.cfg (revision 489) +++ trunk/buildbot/masters/oln_master.cfg (revision 490) @@ -9,7 +9,7 @@ # http://buildbot.sourceforge.net/manual-0.7.4.html#Defining-the-Project
c['projectName'] = 'Olena' -c['projectURL'] = 'http://olena.lrde.org' +c['projectURL'] = 'http://olena.lrde.epita.fr/'
# the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.Waterfall page) is visible. This Index: trunk/buildbot/masters/vaucanson_master.cfg =================================================================== --- trunk/buildbot/masters/vaucanson_master.cfg (revision 489) +++ trunk/buildbot/masters/vaucanson_master.cfg (revision 490) @@ -9,7 +9,7 @@ # http://buildbot.sourceforge.net/manual-0.7.4.html#Defining-the-Project
c['projectName'] = 'Vaucanson' -c['projectURL'] = 'https://vaucanson.lrde.org/' +c['projectURL'] = 'http://vaucanson.lrde.epita.fr/'
# the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.Waterfall page) is visible. This Index: trunk/buildbot/masters/spot_master.cfg =================================================================== --- trunk/buildbot/masters/spot_master.cfg (revision 489) +++ trunk/buildbot/masters/spot_master.cfg (revision 490) @@ -9,7 +9,7 @@ # http://buildbot.sourceforge.net/manual-0.7.4.html#Defining-the-Project
c['projectName'] = 'Spot' -c['projectURL'] = 'https://spot.lrde.org/' +c['projectURL'] = 'http://spot.lrde.epita.fr/'
# the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.Waterfall page) is visible. This