mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-24 21:28:11 +08:00
Merge "Print project name for -p on mirror clients"
This commit is contained in:
@ -260,7 +260,12 @@ without iterating through the remaining projects.
|
||||
first = False
|
||||
else:
|
||||
out.nl()
|
||||
out.project('project %s/', project.relpath)
|
||||
|
||||
if mirror:
|
||||
project_header_path = project.name
|
||||
else:
|
||||
project_header_path = project.relpath
|
||||
out.project('project %s/', project_header_path)
|
||||
out.nl()
|
||||
out.flush()
|
||||
if errbuf:
|
||||
|
Reference in New Issue
Block a user