/hg/buildbot: Set hgrepo to main hg server. http://icedtea.class...
mjw at icedtea.classpath.org
mjw at icedtea.classpath.org
Sun Mar 6 13:35:29 PST 2011
changeset 1e133a09a04d in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=1e133a09a04d
author: Mark Wielaard <mark at klomp.org>
date: Sun Mar 06 22:34:15 2011 +0100
Set hgrepo to main hg server. http://icedtea.classpath.org/hg/
diffstat:
icedtea/master.cfg | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (19 lines):
diff -r 64749190d772 -r 1e133a09a04d icedtea/master.cfg
--- 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
More information about the distro-pkg-dev
mailing list