Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/web/manifests/server.pp

Issue 29439636: Noissue - Improve web repository pull command (Closed)
Patch Set: Created May 16, 2017, 9:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/manifests/server.pp
===================================================================
--- a/modules/web/manifests/server.pp
+++ b/modules/web/manifests/server.pp
@@ -172,7 +172,9 @@
}
$update_repo_cmd = [
- "hg", "pull", "-q", "-R", "/home/www/${repository}",
+ 'hg', 'pull',
+ '--quiet',
+ '--repository', "/home/www/${repository}",
]
$update_webpage_cmd = join(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld