Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
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:30:59 PM (
11 years
ago)
Author:
Jamie McClelland
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
keyringer
v5
v6
94
94
git push origin master
95
95
}}}
96
97
== You must have all public keys in your gpg keyring for this to work ==
98
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
}}}