From e9b4f854dff90874a9009be8470f6e180fc60865 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Apr 2018 15:18:41 +0200 Subject: Cleanup b and bpkg diagnostics verbosity --- bdep/status.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bdep/status.cxx') 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", -- cgit v1.1