[pypy-commit] buildbot default: Missing comma

arigo noreply at buildbot.pypy.org
Tue Jun 5 15:54:57 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r645:4bdb6e97608a
Date: 2012-06-05 15:54 +0200
http://bitbucket.org/pypy/buildbot/changeset/4bdb6e97608a/

Log:	Missing comma

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -371,7 +371,7 @@
                    "slavenames": ["aurora", "SalsaSalsa"],
                    "builddir": APPLVLWIN32,
                    "factory": pypyTranslatedAppLevelTestFactoryWin,
-                   "category": "win32"
+                   "category": "win32",
                    "locks": [WinLockCPU.access('exclusive')],
                   },
                   {"name" : JITWIN32,


More information about the pypy-commit mailing list