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:
@@ -154,6 +154,7 @@ def git_submodule_step(submodule):
|
|||||||
return Git(name=submodule + '.git',
|
return Git(name=submodule + '.git',
|
||||||
repourl='git://git.blender.org/' + submodule + '.git',
|
repourl='git://git.blender.org/' + submodule + '.git',
|
||||||
mode='update',
|
mode='update',
|
||||||
|
branch='master',
|
||||||
workdir=submodule + '.git')
|
workdir=submodule + '.git')
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user