Quiet SVN output
This commit is contained in:
parent
6c2b9ffdc1
commit
554aca9522
@ -549,7 +549,7 @@ class SubversionDownloadStrategy < VCSDownloadStrategy
|
|||||||
# Use "svn update" when the repository already exists locally.
|
# Use "svn update" when the repository already exists locally.
|
||||||
# This saves on bandwidth and will have a similar effect to verifying the
|
# This saves on bandwidth and will have a similar effect to verifying the
|
||||||
# cache as it will make any changes to get the right revision.
|
# cache as it will make any changes to get the right revision.
|
||||||
args = []
|
args = ["--quiet"]
|
||||||
|
|
||||||
if revision
|
if revision
|
||||||
ohai "Checking out #{@ref}"
|
ohai "Checking out #{@ref}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user