Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-06-08 13:17:03 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-06-08 13:17:18 +0300
commit438bdccff34b7cadfcc29dfd51f89b1b777ff2e7 (patch)
tree3e0291a4801cccbd2c27c6b48f1880c865e03dc0
parentb7a0340414f023bb4a4240df7a9196208ac33579 (diff)
Buildobt: Update master config
-rw-r--r--build_files/buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/master.cfg b/build_files/buildbot/master.cfg
index 70dcbfbc1df..8bd23357fc6 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