Gentoo Archives: gentoo-commits

From: Paul Varner <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: data/eclean/
Date: Thu, 30 Jun 2016 20:55:13
Message-Id: 1467319886.8507576f9a921f7b55f99e44fe9b33473e30d813.fuzzyray@gentoo
1 commit: 8507576f9a921f7b55f99e44fe9b33473e30d813
2 Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 20:51:26 2016 +0000
4 Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 20:51:26 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8507576f
7
8 eclean: Add exclusion to distfiles.exclude for portage snapshots
9
10 Added portage-\d\d\d\d\d\d\d\d\.tar\.bz2 to distfiles.exclude to
11 avoid removing portage snapshots used by emerge-delta-webrsync.
12
13 X-Gentoo-bug: 300224
14 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=300224
15
16 data/eclean/distfiles.exclude | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/data/eclean/distfiles.exclude b/data/eclean/distfiles.exclude
20 index a8272ce..1c6eaf4 100644
21 --- a/data/eclean/distfiles.exclude
22 +++ b/data/eclean/distfiles.exclude
23 @@ -4,3 +4,4 @@
24 # See `man eclean` for syntax details.
25 metadata.dtd
26 metadata.xsd
27 +portage-\d\d\d\d\d\d\d\d\.tar\.bz2