diff options
| author | Sam James <sam@gentoo.org> | 2024-05-03 07:06:22 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-05-03 07:18:10 +0100 |
| commit | ada43fcd4306b1dac26606058ef97399beaa360a (patch) | |
| tree | 5f0f3c8160013cb84f82e298a4b9440d873c888d /man/eclean.1 | |
| parent | 2e5933f2972a700cbb8bd15a2464dcdd383918ca (diff) | |
| download | gentoolkit-ada43fcd4306b1dac26606058ef97399beaa360a.tar.gz | |
eclean: dist: make VCS cleaning dependent on --deep
The man page clearly says that without --deep, users can expect eclean-dist
to be conservative in cleaning up, and not consider the VDB, just the repo
state.
Honour that promise by making VCS cleaning dependent on --deep, given it
involves VDB inspection to see what's installed.
Bug: https://bugs.gentoo.org/923369
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man/eclean.1')
| -rw-r--r-- | man/eclean.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/eclean.1 b/man/eclean.1 index 53ba8a7..60cf1ca 100644 --- a/man/eclean.1 +++ b/man/eclean.1 @@ -106,6 +106,7 @@ etc. Units are: G, M, K and B. .TP \fB\-\-skip\-vcs\fP protect VCS sources for live ebuilds not installed +Only effective with \-\-deep. Without \-\-deep, no VCS cleaning is done. .SS "Options for the 'packages' action" .TP \fB\-i, \-\-ignore\-failure\fP ignore the failure to locate PKGDIR |
