Re: apt-get -qq install

2022-08-03 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-03 Thread Curt
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

Re: apt-get -qq install

2022-08-03 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-03 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-03 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-03 Thread David Christensen
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

Re: apt-get -qq install

2022-08-03 Thread Curt
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

Re: apt-get -qq install

2022-08-03 Thread Tim Woodall
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

Re: apt-get -qq install

2022-08-02 Thread davidson
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

Re: apt-get -qq install

2022-08-02 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-02 Thread David Christensen
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

Re: apt-get -qq install

2022-08-02 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-02 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-02 Thread David Christensen
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

Re: apt-get -qq install

2022-08-02 Thread davidson
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

Re: apt-get -qq install

2022-08-02 Thread Victor Sudakov
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

Re: apt-get -qq install

2022-08-02 Thread David Wright
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