summaryrefslogtreecommitdiffstats
path: root/canonical.gpg
AgeCommit message (Collapse)Author
2019-01-06canonical.gpg: add Robert AncellTreeve Jelbert
2013-03-08canonical.gpg: added key 0B6AF348, Mirco Müller (MacSlow) <macslow@bangang.de>Sukneet Basuta
for notify-osd
2008-06-14*.gpg: minimized keyrings and saved 385KJaka Kranjc
important since part of that is always reproduced in the tablet 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
2007-12-23refreshed all the gpg keyrings and also ran clean on them (size matters)Jaka Kranjc
this fixes at least findutils for the new gnupg (sm-discuss) I hope everything is fine.
2006-04-24sync ./canonical.gpg from stable-rc 0.4Jeremy Blosser