]> git.madduck.net Git - etc/caff.git/blobdiff - .caffrc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

symlink gpg.conf from main config
[etc/caff.git] / .caffrc
diff --git a/.caffrc b/.caffrc
index f16f9364fd90ac6fd445cb3f07f6d44dd087556d..0e11f5829d1b4d5561d77299f14fbcbedf86b9a2 100644 (file)
--- a/.caffrc
+++ b/.caffrc
@@ -9,6 +9,8 @@ $CONFIG{'email'}       = 'caff@pobox.madduck.net';
 # if you have a v4 key, it will simply be the last 16 digits of
 # your fingerprint.
 
+#$CONFIG{'keyid'}       = [ qw{220BC883330C4A75} ];
+#$CONFIG{'also-encrypt-to'} = '220BC883330C4A75';
 $CONFIG{'keyid'}       = [ qw{55C9882D999BBCC4} ];
 $CONFIG{'also-encrypt-to'} = '55C9882D999BBCC4';
 $CONFIG{'caffhome'}    = $ENV{'VARDIR'}.'/caff';
@@ -29,6 +31,8 @@ $CONFIG{'caffhome'}    = $ENV{'VARDIR'}.'/caff';
 # Keyserver to download keys from. Default: subkeys.pgp.net.
 $CONFIG{'keyserver'}      = 'x-hkp://pool.sks-keyservers.net';
 
+#$CONFIG{'key-files'}      = [ $ENV{'HOME'}.'/.gnupg/pubring.gpg' ];
+
 # Boolean options, all default to false (0).
 #
 # Skip fetching the keys from the keyserver.