aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-30 15:18:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-30 15:18:41 +0200
commite9b4f854dff90874a9009be8470f6e180fc60865 (patch)
tree7dbd2739774a3041a96c5aafd2f2e8ec94d066ef /bdep/sync.cxx
parent0eed5982bbca328cc6319d36708d64a285160972 (diff)
Cleanup b and bpkg diagnostics verbosity
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 994d76e..f0821a1 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -48,7 +48,8 @@ namespace bdep
{
fdpipe pipe (fdopen_pipe ()); // Text mode seems appropriate.
- pr = start_bpkg (co,
+ pr = start_bpkg (3,
+ co,
pipe /* stdout */,
2 /* stderr */,
"rep-list",
@@ -247,7 +248,7 @@ namespace bdep
// init'ed packages in this configuration.
//
if (!reps.empty ())
- run_bpkg (co, "fetch", "-d", cfg, "--shallow", reps);
+ run_bpkg (3, co, "fetch", "-d", cfg, "--shallow", reps);
// For implicit sync (normally performed on one configuration at a time)
// add the configuration directory to the plan header.
@@ -260,7 +261,8 @@ namespace bdep
? "synchronizing " + cfg.representation () + ':'
: "synchronizing:");
- run_bpkg (co,
+ run_bpkg (2,
+ co,
"build",
"-d", cfg,
"--no-fetch",