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 --- asterisk.gpg | Bin 19089 -> 12973 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'asterisk.gpg') diff --git a/asterisk.gpg b/asterisk.gpg index fb542b6f5f..d74b373600 100644 Binary files a/asterisk.gpg and b/asterisk.gpg differ -- cgit v1.2.3