Author: David Schneider <[email protected]>
Branch: 
Changeset: r857:96447497852a
Date: 2013-09-04 09:55 +0200
http://bitbucket.org/pypy/buildbot/changeset/96447497852a/

Log:    update benchmarks first, and then the pypy/cpython checkout

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -484,10 +484,11 @@
     def __init__(self, platform='linux', host='tannit', postfix=''):
         factory.BuildFactory.__init__(self)
 
-        setup_steps(platform, self)
         #
         repourl = 'https://bitbucket.org/pypy/benchmarks'
         update_hg(platform, self, repourl, 'benchmarks', use_branch=False)
+        #
+        setup_steps(platform, self)
         if host == 'tannit':
             lock = TannitCPU
         elif host == 'speed_python':
@@ -565,14 +566,14 @@
         '''
         factory.BuildFactory.__init__(self)
 
+        # check out and update benchmarks
+        repourl = 'https://bitbucket.org/pypy/benchmarks'
+        update_hg(platform, self, repourl, 'benchmarks', use_branch=False)
+
         # checks out and updates the repo
         setup_steps(platform, self, repourl='http://hg.python.org/cpython',
                     force_branch=branch)
 
-        # check out and update benchmarks
-        repourl = 'https://bitbucket.org/pypy/benchmarks'
-        update_hg(platform, self, repourl, 'benchmarks', use_branch=False)
-
         lock = SpeedPythonCPU
 
         self.addStep(ShellCmd(
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to