Package: jetring
Version: 0.18
Severity: wishlist
I wish to store changes to my .gnupg in a (private, of course!) VCS
repository. Since VCSs handle text files better than binary blobs,
jetring is useful -- ignore pubring.gpg itself, and instead run
jetring as a pre-commit hook, committing changes to the resulting dir.
This trick can't be used for secring.gpg, because jetring doesn't
understand secret keys. It should be pretty easy to teach it; as a
proof-of-concept, I ran this sed script on jetring-explode to convert
it from public-only to secret-only:
s/--export/--export-secret-keys/g
s/--list-keys/--list-secret-keys/g
s/--keyring/--secret-keyring/g
s/pub/sec/g
Obviously it'd be a lot more reliable if such functionality was
maintained within jetring instead of as a dodgy sed script :-)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages jetring depends on:
ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep
jetring recommends no packages.
jetring suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]