rosdoc: added --status-rate=0 for rosmake calls
This commit is contained in:
parent
92cd811bd6
commit
c4f44511b0
|
@ -85,7 +85,7 @@ def main():
|
|||
ctx.has_builder(package, 'rosmake')):
|
||||
to_rosmake.append(package)
|
||||
if to_rosmake != []:
|
||||
command = ['rosmake'] + to_rosmake
|
||||
command = ['rosmake', '--status-rate=0'] + to_rosmake
|
||||
print " ".join(command)
|
||||
started = time.time()
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue