Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
keyringer
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 20, 2014, 4:34:23 PM (
11 years
ago)
Author:
Jamie McClelland
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
keyringer
v6
v7
95
95
}}}
96
96
97
== You must have all public keys in your gpg keyring for this to work ==
98
97
99
You can easily add them with:
100
101
{{{
102
for id in $(grep -v '#' config/recipients/default | cut -d\ -f2); do gpg --recv-key "$id"; done
103
}}}