From cd902f4479cd5f3acd7d30daa5e09ab3a4ead9c3 Mon Sep 17 00:00:00 2001 From: Bor Kraljič Date: Mon, 11 Oct 2010 09:25:25 +0200 Subject: *.gpg: minimized keyrings Same way Jaka Kranjc did 2008-06-14 with commit dfcf94d934cb72d5e77e057594d810de91422cb6 command used: find -iname "*.gpg" | while read a; do gpg --no-default-keyring --keyring ./$a \ --export-options export-minimal --output ${a}2 --export; du -sh ${a} ${a}2; mv ${a}2 ${a}; done --- djm.gpg | Bin 10045 -> 1174 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'djm.gpg') diff --git a/djm.gpg b/djm.gpg index a2839e68d6..c7c46e82a5 100644 Binary files a/djm.gpg and b/djm.gpg differ -- cgit v1.2.3