Gentoo Archives: gentoo-portage-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] PATCH: clean PORTAGE_TMPDIR (bugs 85803 and 105706)
Date: Sun, 30 Oct 2005 16:57:06
Message-Id: 20051030165500.GE6443@nightcrawler
In Reply to: [gentoo-portage-dev] PATCH: clean PORTAGE_TMPDIR (bugs 85803 and 105706) by Zac Medico
1 On Sun, Oct 30, 2005 at 04:33:28AM -0800, Zac Medico wrote:
2 > http://bugs.gentoo.org/show_bug.cgi?id=85803
3 > http://bugs.gentoo.org/show_bug.cgi?id=105706
4 >
5 > There are a few cases where unwanted directories are left behind in
6 > PORTAGE_TMPDIR with varying amounts of files inside. When packages are
7 > merged this may occur with the --buildpkgonly option or with binary
8 > packages. It may also occur when a package ia unmerged. The attached
9 > patch should clean up all of these cases. Feedback is appreciated.
10
11 Correct the BUILDDIR misses in doebuild imo; this seems a bit like a
12 bandaid over the fact doebuild's clean only cleanses ${T} .
13
14 tag the shutil.rmtree into doebuild instead of adding a secondary
15 function that must be used, is my opinion- tracing out cleanup and
16 mydo == "clean" demonstrates where the miss is.
17
18 ~harring

Replies

Subject Author
Re: [gentoo-portage-dev] PATCH: clean PORTAGE_TMPDIR (bugs 85803 and 105706) Zac Medico <zmedico@×××××.com>