Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r607:a32a017c3434
Date: 2011-12-18 21:06 +0100
http://bitbucket.org/pypy/buildbot/changeset/a32a017c3434/

Log:    Add mattip's buildslave.

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -330,7 +330,7 @@
                    'category' : 'mac64',
                    },
                   {"name": WIN32,
-                   "slavenames": ["snakepit32", "bigboard"],
+                   "slavenames": ["snakepit32", "bigboard", "SalsaSalsa"],
                    "builddir": WIN32,
                    "factory": pypyOwnTestFactoryWin,
                    "category": 'win32'
@@ -342,13 +342,13 @@
                    "category": 'win32'
                   },
                   {"name": APPLVLWIN32,
-                   "slavenames": ["snakepit32", "bigboard"],
+                   "slavenames": ["snakepit32", "bigboard", "SalsaSalsa"],
                    "builddir": APPLVLWIN32,
                    "factory": pypyTranslatedAppLevelTestFactoryWin,
                    "category": "win32"
                   },
                   {"name" : JITWIN32,
-                   "slavenames": ["snakepit32", "bigboard"],
+                   "slavenames": ["snakepit32", "bigboard", "SalsaSalsa"],
                    'builddir' : JITWIN32,
                    'factory' : pypyJITTranslatedTestFactoryWin,
                    'category' : 'win32',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to