Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: Georgy Yakovlev <gyakovlev@g.o>
Subject: Re: [gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config
Date: Fri, 10 Feb 2023 06:03:30
Message-Id: 00e17224d2fddadf42a7e25f2b779a65ff57c2cd.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config by Georgy Yakovlev
1 On Thu, 2023-02-09 at 12:48 -0800, Georgy Yakovlev wrote:
2 > to avoid possible log file pollution
3 >
4 > Signed-off-by: Georgy Yakovlev <gyakovlev@g.o>
5 > ---
6 > eclass/cargo.eclass | 1 +
7 > 1 file changed, 1 insertion(+)
8 >
9 > diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
10 > index 9c624d607cdd..0ab7ee0dc9b2 100644
11 > --- a/eclass/cargo.eclass
12 > +++ b/eclass/cargo.eclass
13 > @@ -273,6 +273,7 @@ cargo_gen_config() {
14 > [term]
15 > verbose = true
16 > $([[ "${NOCOLOR}" = true || "${NOCOLOR}" = yes ]] && echo "color = 'never'")
17 > + progress.when = "never"
18 > $(_cargo_gen_git_config)
19 > _EOF_
20 >
21
22 What's that and why don't we want it? I thought we generally preferred
23 more verbosity.
24
25 --
26 Best regards,
27 Michał Górny

Replies