commit: 8507576f9a921f7b55f99e44fe9b33473e30d813 Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 20:51:26 2016 +0000 Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 20:51:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8507576f
eclean: Add exclusion to distfiles.exclude for portage snapshots Added portage-\d\d\d\d\d\d\d\d\.tar\.bz2 to distfiles.exclude to avoid removing portage snapshots used by emerge-delta-webrsync. X-Gentoo-bug: 300224 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=300224 data/eclean/distfiles.exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/data/eclean/distfiles.exclude b/data/eclean/distfiles.exclude index a8272ce..1c6eaf4 100644 --- a/data/eclean/distfiles.exclude +++ b/data/eclean/distfiles.exclude @@ -4,3 +4,4 @@ # See `man eclean` for syntax details. metadata.dtd metadata.xsd +portage-\d\d\d\d\d\d\d\d\.tar\.bz2
