maillog: 28/02/2005-11:47:33(+0100): Simon Stelling types
> Hi,
> 
> Georgi Georgiev wrote:
> >What patches? Are there still patches in FILESDIR?
> 
> [EMAIL PROTECTED] ~/gentoo/gentoo-x86 $ find . -name *.patch | wc -l
> 5036
> 
> I always thought patches <20kb are okay in FILESDIR, did that change?

Not that I know of... but I still think FILESDIR should only contain
digests.

maillog: 28/02/2005-12:02:06(+0100): Krzysiek Pawlik types
> Simon Stelling wrote:
> >>What patches? Are there still patches in FILESDIR?
> >
> >[EMAIL PROTECTED] ~/gentoo/gentoo-x86 $ find . -name *.patch | wc -l
> >5036
> 
> nelchael ~ # find /usr/portage/ -name "*.diff" | wc -l
> 1066
> 
> Count those too :)

Count all those .html, .conf, .rc, .txt .tar.gz (oh my!) and anything
that's in files but is not a digest.

Here is my piece of bashery:

$ find . -type f -path './*-*/*/files/*'  -not -name 'digest-*' | wc -l
9266
$ echo $(find . -type f -path '*/files/*' -not -name 'digest-*' | \
        xargs du -hsbc | awk  '/total$/ {print $1, "+"}' ) 0 | bc
20823960
$ du -hsb
93117041        .

So, between â and  of the portage tree is patches, diffs, configs and
what else.

-- 
/    Georgi Georgiev   /  Martin was probably ripping them off.        /
\     [EMAIL PROTECTED]    \  That's some family, isn't it? Incest,        \
/   +81(90)6266-1163   /  prostitution, fanaticism, software. --       /
\  ------------------- \  Charles Willeford, "Miami Blues" wa          \
--
[email protected] mailing list

Reply via email to