changeset 17:1e133a09a04d

Set hgrepo to main hg server. http://icedtea.classpath.org/hg/
author Mark Wielaard <mark@klomp.org>
date Sun, 06 Mar 2011 22:34:15 +0100
parents 64749190d772
children 188ff8275f72
files icedtea/master.cfg
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/icedtea/master.cfg	Wed Mar 02 15:25:16 2011 +0100
+++ b/icedtea/master.cfg	Sun Mar 06 22:34:15 2011 +0100
@@ -118,11 +118,10 @@
 
 ####### BUILDERS
 
-# Note this is the backup mercurial repo server.
-# Currently the backup server is the one pinging the PBChangeSource,
-# so let the build slaves also pull from it, to make sure they are
-# in sync.
-hgrepo = "http://icedtea.wildebeest.org/hg/"
+# The main mercurial repository server. This machines pings the
+# PBChangeSource. The build slaves should pull from it, to make
+# sure they are in sync.
+hgrepo = "http://icedtea.classpath.org/hg/"
 
 from buildbot.process import factory
 from buildbot.steps.source import Mercurial