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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-07-22 22:21:58 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-07-22 22:24:56 +0400
commit8a52e7eebabb7bafdc2aade3ca28c255617e2974 (patch)
treeef897fdbe3b35c56c05da111b9150a4223e9a265 /build_files
parent65d135a04064ea8b8275d2a1b60245a44274a2bc (diff)
Buildbot: fix submodule branch issue (we have to fix it on 'master', since default
one can be overriden by custom setting for force scheduler).
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/master.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/master.cfg b/build_files/buildbot/master.cfg
index 8db3e1be97c..ff0c105d68e 100644
--- a/build_files/buildbot/master.cfg
+++ b/build_files/buildbot/master.cfg
@@ -154,6 +154,7 @@ def git_submodule_step(submodule):
return Git(name=submodule + '.git',
repourl='git://git.blender.org/' + submodule + '.git',
mode='update',
+ branch='master',
workdir=submodule + '.git')