aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.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/status.cxx
parent0eed5982bbca328cc6319d36708d64a285160972 (diff)
Cleanup b and bpkg diagnostics verbosity
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r--bdep/status.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/bdep/status.cxx b/bdep/status.cxx
index 4aa3fe6..2b04f9d 100644
--- a/bdep/status.cxx
+++ b/bdep/status.cxx
@@ -28,7 +28,8 @@ namespace bdep
// We do it in a separate command for the same reason as in sync.
//
if (fetch)
- run_bpkg (o,
+ run_bpkg (3,
+ o,
"fetch",
"-d", cfg,
"--shallow",
@@ -37,7 +38,8 @@ namespace bdep
// Don't show the hold status since the only packages that will normally
// be held are the project's. But do show dependency constraints.
//
- run_bpkg (o,
+ run_bpkg (2,
+ o,
"status",
"-d", cfg,
"--no-hold",