[Bf-blender-cvs] [438bdcc] master: Buildobt: Update master config

Sergey Sharybin noreply at git.blender.org
Wed Jun 8 12:17:24 CEST 2016


Commit: 438bdccff34b7cadfcc29dfd51f89b1b777ff2e7
Author: Sergey Sharybin
Date:   Wed Jun 8 12:17:03 2016 +0200
Branches: master
https://developer.blender.org/rB438bdccff34b7cadfcc29dfd51f89b1b777ff2e7

Buildobt: Update master config

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

M	build_files/buildbot/master.cfg

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

diff --git a/build_files/buildbot/master.cfg b/build_files/buildbot/master.cfg
index 70dcbfb..8bd2335 100644
--- a/build_files/buildbot/master.cfg
+++ b/build_files/buildbot/master.cfg
@@ -285,7 +285,7 @@ def generic_builder(id, libdir='', branch='', rsync=False):
                              maxsize=150 * 1024 * 1024,
                              workdir='install'))
     f.addStep(MasterShellCommand(name='unpack',
-                                 command=['python', unpack_script, filename],
+                                 command=['python2.7', unpack_script, filename],
                                  description='unpacking',
                                  descriptionDone='unpacked'))
     return f




More information about the Bf-blender-cvs mailing list