[pypy-commit] buildbot default: 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

antocuni noreply at buildbot.pypy.org
Fri Jul 15 17:58:47 CEST 2011


Author: Antonio Cuni <anto.cuni at 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'], []))


More information about the pypy-commit mailing list