Author: Brian Kearns <[email protected]>
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 = {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to