Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934179 - app-portage/gentoolkit-0.6.7 eclean-dist --deep --pretend outputs full pathes for VCS directories
Summary: app-portage/gentoolkit-0.6.7 eclean-dist --deep --pretend outputs full pathes...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-13 05:07 UTC by Manuel Mommertz
Modified: 2024-06-13 17:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Mommertz 2024-06-13 05:07:28 UTC
When calling eclean-dist --deep --pretend, VCS directories are shown as full pathes, while for other distfiles only the filename is printed.

eclean-dist -dp
 * Building file list for distfiles cleaning...
 * Here are the distfiles that would be deleted:
 [   34.6 M ] /usr/local/distfiles/git3-src/mesonbuild_meson.git
 [   13.5 K ] CPAN-Meta-Check-0.017.tar.gz
[..]

I think it would be better to either just print basename for VCS dirs, too, or to print them relative to the distfiles directory. So with mesonbuild above, it should be printed in either of this two forms:

 [   34.6 M ] mesonbuild_meson.git
 [   34.6 M ] git3-src/mesonbuild_meson.git

Reproducible: Always