[pypy-commit] buildbot default: try to link freebsd64 build results as well

bdkearns noreply at buildbot.pypy.org
Sun Mar 9 19:07:28 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r908:f08767b1bf05
Date: 2014-03-09 14:07 -0400
http://bitbucket.org/pypy/buildbot/changeset/f08767b1bf05/

Log:	try to link freebsd64 build results as well

diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist.py
+++ b/bot2/pypybuildbot/pypylist.py
@@ -35,11 +35,12 @@
         }
 
     PLATFORMS = {
-        'linux':   'linux-x86-32',
-        'linux64': 'linux-x86-64',
-        'osx':     'macosx-x86-32',
-        'osx64':   'macosx-x86-64',
-        'win32':   'win-x86-32',
+        'linux':     'linux-x86-32',
+        'linux64':   'linux-x86-64',
+        'osx':       'macosx-x86-32',
+        'osx64':     'macosx-x86-64',
+        'win32':     'win-x86-32',
+        'freebsd64': 'freebsd-9-x86-64',
         }
 
     DESCRIPTIONS = {


More information about the pypy-commit mailing list