
URL: https://svn.lrde.epita.fr/svn/lrde-tools/trunk/buildbot Git branch: master (HEAD: c78d1f6) ChangeLog: 2007-11-12 Benoit Sigoure <tsuna@lrde.epita.fr> Adjust the default URLs. * masters/template_gnu_master.cfg, * masters/template_qt_master.cfg: Adjust the default values for projectURL / buildbotURL. --- masters/ChangeLog | 7 +++++++ masters/template_gnu_master.cfg | 4 ++-- masters/template_qt_master.cfg | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/masters/ChangeLog b/masters/ChangeLog index e7e0809..daf1ffd 100644 --- a/masters/ChangeLog +++ b/masters/ChangeLog @@ -1,3 +1,10 @@ +2007-11-12 Benoit Sigoure <tsuna@lrde.epita.fr> + + Adjust the default URLs. + * masters/template_gnu_master.cfg, + * masters/template_qt_master.cfg: Adjust the default values for + projectURL / buildbotURL. + 2007-11-09 Benoit Sigoure <tsuna@lrde.epita.fr> Remove an unused ctor argument. diff --git a/masters/template_gnu_master.cfg b/masters/template_gnu_master.cfg index e5edc33..d34c082 100644 --- a/masters/template_gnu_master.cfg +++ b/masters/template_gnu_master.cfg @@ -9,7 +9,7 @@ c = BuildmasterConfig = {} # http://buildbot.sourceforge.net/manual-0.7.4.html#Defining-the-Project c['projectName'] = '<PROJECT_NAME>' -c['projectURL'] = 'https://core.gostai.com/projects/<REPOS_NAME>/' +c['projectURL'] = 'https://<REPOS_NAME>.lrde.org/' # the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.Waterfall page) is visible. This @@ -17,7 +17,7 @@ c['projectURL'] = 'https://core.gostai.com/projects/<REPOS_NAME>/' # with an externally-visible host name which the buildbot cannot figure out # without some help. -c['buildbotURL'] = 'https://core.gostai.com/buildfarm/<BB_DIR_NAME>/' +c['buildbotURL'] = 'https://build.lrde.org/buildfarm/<BB_DIR_NAME>/' # 'slavePortnum' defines the TCP port to listen on. This must match the value # configured into the buildslaves (with their --master option) diff --git a/masters/template_qt_master.cfg b/masters/template_qt_master.cfg index eb997cf..ecf7788 100644 --- a/masters/template_qt_master.cfg +++ b/masters/template_qt_master.cfg @@ -9,7 +9,7 @@ c = BuildmasterConfig = {} # http://buildbot.sourceforge.net/manual-0.7.4.html#Defining-the-Project c['projectName'] = '<PROJECT_NAME>' -c['projectURL'] = 'https://core.gostai.com/projects/<REPOS_NAME>/' +c['projectURL'] = 'https://<REPOS_NAME>.lrde.org/' # the 'buildbotURL' string should point to the location where the buildbot's # internal web server (usually the html.Waterfall page) is visible. This @@ -17,7 +17,7 @@ c['projectURL'] = 'https://core.gostai.com/projects/<REPOS_NAME>/' # with an externally-visible host name which the buildbot cannot figure out # without some help. -c['buildbotURL'] = 'https://core.gostai.com/buildfarm/<BB_DIR_NAME>/' +c['buildbotURL'] = 'https://build.lrde.org/buildfarm/<BB_DIR_NAME>/' # 'slavePortnum' defines the TCP port to listen on. This must match the value # configured into the buildslaves (with their --master option) -- SIGOURE Benoit aka Tsuna (SUSv3 compliant) _____ "I think Git is definitely in the running /EPITA\ Promo 2008.CSI/ACU/YAKA to be the dominate version control system." -- Bob Proulx