[Bf-blender-cvs] [9051036] compositor-2016: Buildobt: Update master config

Sergey Sharybin noreply at git.blender.org
Wed Jun 8 21:54:03 CEST 2016


Commit: 9051036e8e51dfaa74467b07d19fda89fd3e055b
Author: Sergey Sharybin
Date:   Wed Jun 8 12:17:03 2016 +0200
Branches: compositor-2016
https://developer.blender.org/rB9051036e8e51dfaa74467b07d19fda89fd3e055b

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