Use quiet_safe_system to silence CVS updates

This commit is contained in:
Jack Nagel 2014-12-06 17:18:34 -05:00
parent 7e844cad1c
commit 37c08393db

View File

@ -628,7 +628,7 @@ class CVSDownloadStrategy < VCSDownloadStrategy
end end
def update def update
@clone.cd { safe_system cvspath, "up" } @clone.cd { quiet_safe_system cvspath, { :quiet_flag => "-Q" }, "up" }
end end
def split_url(in_url) def split_url(in_url)