From 05d51df07bdbb051de00a3e1bc8fab13c3092b11 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Oct 2021 17:18:00 +0200 Subject: Add --progress common option --- bdep/publish.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/publish.cxx') diff --git a/bdep/publish.cxx b/bdep/publish.cxx index bae4316..ee3bf9d 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -773,7 +773,7 @@ namespace bdep } })); - if (verb && !o.no_progress ()) + if ((verb && !o.no_progress ()) || o.progress ()) text << "pushing branch build2-control"; git_push (o, @@ -793,7 +793,7 @@ namespace bdep // The path points into the temporary directory so let's omit the // directory part. // - if (verb && !o.no_progress ()) + if ((verb && !o.no_progress ()) || o.progress ()) text << "submitting " << p.archive.leaf (); url u (o.repository ()); -- cgit v1.1