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>2017-04-04 13:52:37 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-04 13:52:54 +0300
commitffac92e38539a74424fe8cfd6fac9d79144c4872 (patch)
treedf9ab9bacb6092c056cf5953e0e1996d521291dc
parentb93ddfd8ac565e536350de5699dddad09d0f407e (diff)
Buildbot: 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 ba023817279..c650cb8c302 100644
--- a/build_files/buildbot/master.cfg
+++ b/build_files/buildbot/master.cfg
@@ -302,7 +302,7 @@ def generic_builder(id, libdir='', branch='', rsync=False):
f.addStep(FileUpload(name='upload',
slavesrc='buildbot_upload.zip',
masterdest=filename,
- maxsize=150 * 1024 * 1024,
+ maxsize=180 * 1024 * 1024,
workdir='install'))
f.addStep(MasterShellCommand(name='unpack',
command=['python2.7', unpack_script, filename],