Use more clear SVN step name
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user