I expect no output at all when calling eclean with -q/--quiet option but rather get this output when cleaning bin packages: # eclean -Cdq packages Emaint: fix binhost 100% [============================================>] #
Same here, except that I get \n or something similar as I get an "empty" email from crontab when I call `eclean -qd packages`. Hopefully worked around it with >/dev/null so that I only get error conditions.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=680dd160e1e5a41f008bd1a47afa2da2eb25714f commit 680dd160e1e5a41f008bd1a47afa2da2eb25714f Author: Brian Dolbec <dolsen@gentoo.org> AuthorDate: 2022-07-09 21:41:39 +0000 Commit: Brian Dolbec <dolsen@gentoo.org> CommitDate: 2022-07-09 21:45:04 +0000 eclean: Complete migration to imported emaint code eclean-pkg now uses imported emaint binhost code to run, Properly handle --quiet option for progressbar suppression from emaint. Keeps the standalone emaint binhost subprocess call as backup. Closes: https://bugs.gentoo.org/688550 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> pym/gentoolkit/eclean/clean.py | 5 ++-- pym/gentoolkit/eclean/cli.py | 2 +- pym/gentoolkit/eclean/pkgindex.py | 56 ++++++++++++++++++--------------------- 3 files changed, 30 insertions(+), 33 deletions(-)