Use quiet_safe_system to silence bzr updates
This commit is contained in:
parent
37c08393db
commit
5d811c519b
@ -715,7 +715,7 @@ class BazaarDownloadStrategy < VCSDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
@clone.cd { safe_system bzrpath, 'update' }
|
@clone.cd { quiet_safe_system bzrpath, "update" }
|
||||||
end
|
end
|
||||||
|
|
||||||
def bzrpath
|
def bzrpath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user