[Bf-blender-cvs] [0c69c8aaf30] temp-remove-mingw: MinGW: remove from buildbot

Aaron Carlisle noreply at git.blender.org
Mon Apr 24 01:43:03 CEST 2017


Commit: 0c69c8aaf306403339b1a77709e61de0fb68933a
Author: Aaron Carlisle
Date:   Sun Apr 23 16:54:36 2017 -0400
Branches: temp-remove-mingw
https://developer.blender.org/rB0c69c8aaf306403339b1a77709e61de0fb68933a

MinGW: remove from buildbot

===================================================================

M	build_files/buildbot/master_unpack.py

===================================================================

diff --git a/build_files/buildbot/master_unpack.py b/build_files/buildbot/master_unpack.py
index 67b628f668a..157e244e210 100644
--- a/build_files/buildbot/master_unpack.py
+++ b/build_files/buildbot/master_unpack.py
@@ -49,7 +49,7 @@ def get_platform(filename):
     tokens = filename.split("-")
     platforms = ('osx', 'mac', 'bsd',
                  'win', 'linux', 'source',
-                 'irix', 'solaris', 'mingw')
+                 'irix', 'solaris')
     platform_tokens = []
     found = False




More information about the Bf-blender-cvs mailing list