Buildbot: fix submodule branch issue (we have to fix it on 'master', since default

one can be overriden by custom setting for force scheduler).
This commit is contained in:
Bastien Montagne 2014-07-22 20:21:58 +02:00
parent 65d135a040
commit 8a52e7eeba
1 changed files with 1 additions and 0 deletions

View File

@ -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')