Convince buildbot harder that trunk si to be used for libs

This commit is contained in:
2018-02-16 14:10:21 +01:00
parent a9c50655d9
commit 9ebf998489

View File

@@ -256,7 +256,9 @@ def git_submodules_update():
def lib_svn_step(dir):
lib_repo = 'https://svn.blender.org/svnroot/bf-blender/%(src::branch)s/lib/'
# TODO(sergey): For some reason interpolation is always giving empty branch.
# lib_repo = 'https://svn.blender.org/svnroot/bf-blender/%(src::branch)s/lib/'
lib_repo = 'https://svn.blender.org/svnroot/bf-blender/trunk/lib/'
return steps.SVN(name='lib svn',
repourl=util.Interpolate(lib_repo + dir),
codebase='lib svn',