Use more clear SVN step name

This commit is contained in:
2019-07-02 11:39:52 +02:00
parent 945fea4529
commit 408de2690d

View File

@@ -273,7 +273,7 @@ def lib_svn_step(dir):
# 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',
return steps.SVN(name='lib svn ' + dir,
repourl=util.Interpolate(lib_repo + dir),
codebase='lib svn',
mode='incremental',