Re: [gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config

2023-02-10 Thread Michał Górny
On Fri, 2023-02-10 at 13:13 -0800, Georgy Yakovlev wrote: > On Fri, 2023-02-10 at 07:03 +0100, Michał Górny wrote: > > On Thu, 2023-02-09 at 12:48 -0800, Georgy Yakovlev wrote: > > > to avoid possible log file pollution > > > > > > Signed-off-by: Georgy Yakovlev > > > --- > > >  eclass/cargo.ecla

Re: [gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config

2023-02-10 Thread Georgy Yakovlev
On Fri, 2023-02-10 at 07:03 +0100, Michał Górny wrote: > On Thu, 2023-02-09 at 12:48 -0800, Georgy Yakovlev wrote: > > to avoid possible log file pollution > > > > Signed-off-by: Georgy Yakovlev > > --- > >  eclass/cargo.eclass | 1 + > >  1 file changed, 1 insertion(+) > > > > diff --git a/eclas

Re: [gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config

2023-02-09 Thread Michał Górny
On Thu, 2023-02-09 at 12:48 -0800, Georgy Yakovlev wrote: > to avoid possible log file pollution > > Signed-off-by: Georgy Yakovlev > --- > eclass/cargo.eclass | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass > index 9c624d607cdd..0ab7ee0dc9b2 1

[gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config

2023-02-09 Thread Georgy Yakovlev
to avoid possible log file pollution Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 9c624d607cdd..0ab7ee0dc9b2 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -273,6 +273,7 @