Gentoo Archives: gentoo-dev

From: Marius Mauch <genone@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Signing everything, for fun and for profit
Date: Fri, 19 May 2006 16:50:31
Message-Id: 20060519185034.397f5a83@sven.genone.homeip.net
In Reply to: Re: [gentoo-dev] Signing everything, for fun and for profit by Chris Bainbridge
1 On Fri, 19 May 2006 15:13:15 +0100
2 "Chris Bainbridge" <chris.bainbridge@×××××.com> wrote:
3
4 > find /usr/portage -path '/usr/portage/metadata' -prune -o -path
5 > '/usr/portage/distfiles' -prune -o -path '/usr/portage/packages'
6 > -prune -o -type f -exec cat {} > /tmp/blah \;
7 > time gpg --detach-sign -a /tmp/blah
8 >
9 > I get 1.5 seconds on a desktop and 6.5 seconds on a laptop.
10
11 Because you're only checking the last file returned by find ;)
12
13 --
14 Public Key at http://www.genone.de/info/gpg-key.pub
15
16 In the beginning, there was nothing. And God said, 'Let there be
17 Light.' And there was still nothing, but you could see a bit better.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Signing everything, for fun and for profit "Harald van Dijk" <truedfx@g.o>