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>2011-06-04 01:36:39 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-06-04 01:36:39 +0400
commitd84c6a3cdb60c4e31db75efc4c6f9a3ea9e9f034 (patch)
treef8c31fd55740db3b420a7e87dc5d2f96bbe29750 /build_files/buildbot/slave_compile.py
parent06ca70373768826da6c98f5eb5631f817164e11d (diff)
Fix for linux buildslaves. Now they should be able to compile branches.
Diffstat (limited to 'build_files/buildbot/slave_compile.py')
-rw-r--r--build_files/buildbot/slave_compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 9980207cb0b..e74d889c243 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -57,7 +57,7 @@ else:
scons_cmd = ['python', 'scons/scons.py']
scons_options = []
- if builder.startswith('linux'):
+ if builder.find('linux') != -1:
import shutil
# We're using the same rules as release builder, so tweak