[pypy-commit] buildbot default: use the correct lock on ARM

bivab noreply at buildbot.pypy.org
Mon Sep 3 15:48:38 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r676:e6fc15e65dc6
Date: 2012-09-03 15:48 +0200
http://bitbucket.org/pypy/buildbot/changeset/e6fc15e65dc6/

Log:	use the correct lock on ARM

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -49,7 +49,7 @@
 pypybuilds = load('pypybuildbot.builds')
 TannitCPU = pypybuilds.TannitCPU
 WinLockCPU = pypybuilds.WinLockCPU
-ARMLockCPU = pypybuilds.WinLockCPU
+ARMLockCPU = pypybuilds.ARMLockCPU
 
 pypyOwnTestFactory = pypybuilds.Own()
 pypyOwnTestFactoryWin = pypybuilds.Own(platform="win32")


More information about the pypy-commit mailing list