Curt wrote:
> On 2022-08-03, Victor Sudakov wrote:
> >
> >
> > Curt wrote:
> >> >
> >> >
> >> > I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> >> > pipeline, however I still see ugly stuff like this in my CI/CD log:
>
> >> Quiet level 2 implies -y.
> >
> > An extra -y won't
On 2022-08-03, Victor Sudakov wrote:
>
>
> Curt wrote:
>> >
>> >
>> > I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
>> > pipeline, however I still see ugly stuff like this in my CI/CD log:
>> Quiet level 2 implies -y.
>
> An extra -y won't do any harm, especially if some day
Curt wrote:
> >
> >
> > I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> > pipeline, however I still see ugly stuff like this in my CI/CD log:
>
> Quiet level 2 implies -y.
An extra -y won't do any harm, especially if some day someone decides
to remove one -q to debug the pip
David Christensen wrote:
> >>>
> >>> (Un)fortunately this is a CI/CD pipeline, the VM and its data will be
> >>> gone forever after the build. Unless I care to keep apt output as an
> >>> artifact somewhere which is IMHO an overkill. I just want an concise
> >>> CI/CD log without interactive bells
davidson wrote:
> > Thank you, how do you activate this option? I've just tried
> > `apt-get -o quiet::NoProgress=true -qqy ...`
>
> I would do it that way too.
>
> > but the "Reading database ... 5%" stuff is still there.
>
> Yeah, after some unsatisfying experimentation I've had no luck either
On 8/2/22 17:17, Victor Sudakov wrote:
David Christensen wrote:
On 8/2/22 15:53, Victor Sudakov wrote:
(Un)fortunately this is a CI/CD pipeline, the VM and its data will be
gone forever after the build. Unless I care to keep apt output as an
artifact somewhere which is IMHO an overkill. I just
On 2022-08-02, Victor Sudakov wrote:
>
> Dear Colleagues,
>
> I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> pipeline, however I still see ugly stuff like this in my CI/CD log:
Quiet level 2 implies -y.
> Selecting previously unselected package php-common.
That's dpkg oup
On Tue, 2 Aug 2022, Victor Sudakov wrote:
David Wright wrote:
On Tue 02 Aug 2022 at 18:27:22 (+), Victor Sudakov wrote:
I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
pipeline, however I still see ugly stuff like this in my CI/CD log:
Selecting previously unselected p
On Tue, 2 Aug 2022 Victor Sudakov wrote:
davidson wrote:
I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
pipeline, however I still see ugly stuff like this in my CI/CD log:
Selecting previously unselected package php-common.
(Reading database ...
(Reading database ... 5%
(R
David Christensen wrote:
> On 8/2/22 15:53, Victor Sudakov wrote:
> >
> > (Un)fortunately this is a CI/CD pipeline, the VM and its data will be
> > gone forever after the build. Unless I care to keep apt output as an
> > artifact somewhere which is IMHO an overkill. I just want an concise
> > CI/C
On 8/2/22 15:53, Victor Sudakov wrote:
David Christensen wrote:
I don't actually like the idea of redirecting apt-get's output to
/dev/null because I want to see the list of packages installed, but without
these pseudographics. Do you think it's possible? Any ideas?
I prefer the idea of coll
David Christensen wrote:
> >
> > I don't actually like the idea of redirecting apt-get's output to
> > /dev/null because I want to see the list of packages installed, but without
> > these pseudographics. Do you think it's possible? Any ideas?
>
>
> I prefer the idea of collecting all of the dat
davidson wrote:
> >
> > I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> > pipeline, however I still see ugly stuff like this in my CI/CD log:
> >
> > Selecting previously unselected package php-common.
> > (Reading database ...
> > (Reading database ... 5%
> > (Reading databas
On 8/2/22 11:27, Victor Sudakov wrote:
Dear Colleagues,
I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
pipeline, however I still see ugly stuff like this in my CI/CD log:
Selecting previously unselected package php-common.
(Reading database ...
(Reading database ... 5%
(Rea
On Tue, 2 Aug 2022 Victor Sudakov wrote:
Dear Colleagues,
I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
pipeline, however I still see ugly stuff like this in my CI/CD log:
Selecting previously unselected package php-common.
(Reading database ...
(Reading database ... 5%
(R
David Wright wrote:
> On Tue 02 Aug 2022 at 18:27:22 (+), Victor Sudakov wrote:
> > I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> > pipeline, however I still see ugly stuff like this in my CI/CD log:
> >
> > Selecting previously unselected package php-common.
> > (Readi
On Tue 02 Aug 2022 at 18:27:22 (+), Victor Sudakov wrote:
> I'm trying to quiet apt's output by using `apt-get -qqy` in a CI/CD
> pipeline, however I still see ugly stuff like this in my CI/CD log:
>
> Selecting previously unselected package php-common.
> (Reading database ...
> (Reading data
17 matches
Mail list logo