Author: Antonio Cuni <anto.c...@gmail.com>
Branch: 
Changeset: r527:bbb9bb28c92f
Date: 2011-07-15 17:58 +0200
http://bitbucket.org/pypy/buildbot/changeset/bbb9bb28c92f/

Log:    bah, this is a hack but I lost a whole afternoon trying to convince
        buildbot to do the "right thing"; use the svn interface exposed by
        bitbucket and checkout from the official repo instead of the old
        codespeak one

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -282,7 +282,7 @@
 
         setup_steps(platform, self)
         self.addStep(ShellCmd(description="checkout benchmarks",
-            command=['svn', 'co', 'http://codespeak.net/svn/pypy/benchmarks',
+            command=['svn', 'co', 
'https://bitbucket.org/pypy/benchmarks/trunk',
                      'benchmarks'],
             workdir='.'))
         self.addStep(Translate(['-Ojit'], []))
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to