[gentoo-portage-dev] [PATCH] emirrordist: Clean dangling symlinks up

2019-10-20 Thread Michał Górny
Bug: https://bugs.gentoo.org/697906 Signed-off-by: Michał Górny --- lib/portage/_emirrordist/DeletionIterator.py | 21 +--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/lib/portage/_emirrordist/DeletionIterator.py b/lib/portage/_emirrordist/DeletionIterator.py

[gentoo-portage-dev] [PATCH] emirrordist: Report all stat() errors instead of first one

2019-10-20 Thread Michał Górny
When DeletionIterator fails, report all stat() errors. Reporting just the first one results in confusing logs, suggesting that one of the location did not exist but the other existed and was removed. --- lib/portage/_emirrordist/DeletionIterator.py | 8 1 file changed, 4 insertions(+),