]> git.madduck.net Git - etc/caff.git/commitdiff

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:

initial checkin
authormartin f. krafft <madduck@madduck.net>
Sat, 11 Jul 2009 15:29:12 +0000 (17:29 +0200)
committermartin f. krafft <madduck@madduck.net>
Sat, 11 Jul 2009 15:29:12 +0000 (17:29 +0200)
.caffrc [new file with mode: 0644]
.var/caff/gnupghome/.gitignore [new file with mode: 0644]
.var/caff/gnupghome/gpg.conf [new file with mode: 0644]
.var/caff/keys/.gitignore [new file with mode: 0644]

diff --git a/.caffrc b/.caffrc
new file mode 100644 (file)
index 0000000..f16f936
--- /dev/null
+++ b/.caffrc
@@ -0,0 +1,62 @@
+# vim: syntax=perl
+
+$CONFIG{'owner'}       = 'martin f. krafft';
+$CONFIG{'email'}       = 'caff@pobox.madduck.net';
+
+# you can get your long keyid from
+#   gpg --with-colons --list-key <yourkeyid|name|emailaddress..>
+#
+# if you have a v4 key, it will simply be the last 16 digits of
+# your fingerprint.
+
+$CONFIG{'keyid'}       = [ qw{55C9882D999BBCC4} ];
+$CONFIG{'also-encrypt-to'} = '55C9882D999BBCC4';
+$CONFIG{'caffhome'}    = $ENV{'VARDIR'}.'/caff';
+
+# The options below need not be changed for normal operation.
+
+# Paths to GnuPG binaries:
+# $CONFIG{'gpg'}           = 'gpg';
+# $CONFIG{'gpg-sign'}      = $CONFIG{'gpg'};
+# $CONFIG{'gpg-delsig'}    = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg';
+
+# defaults to ~/.gnupg/secring.gpg
+# $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg';
+
+# Don't export UIDs by default, on which your latest signature is older than this age.
+# $CONFIG{'export-sig-age'} = 24*60*60;
+
+# Keyserver to download keys from. Default: subkeys.pgp.net.
+$CONFIG{'keyserver'}      = 'x-hkp://pool.sks-keyservers.net';
+
+# Boolean options, all default to false (0).
+#
+# Skip fetching the keys from the keyserver.
+# $CONFIG{'no-download'}    = 1;
+# Skip signing the keys.
+# $CONFIG{'no-sign'}        = 1;
+# Ask to continue before starting the signing (for offline signing).
+# $CONFIG{'ask-sign'}       = 1;
+
+# $CONFIG{'mail-template'} = <<'EOM'
+# Hi,
+# 
+# please find attached the user id{(scalar @uids >= 2 ? 's' : '')}.
+# {foreach $uid (@uids) {
+#     $OUT .= "\t".$uid."\n";
+# };} of your key {$key} signed by me.
+# 
+# Note that I did not upload your key to any keyservers.
+# If you have multiple user ids, I sent the signature for each user id
+# separately to that user id's associated email address. You can import
+# the signatures by running each through `gpg --import`.
+# 
+# If you want this new signature to be available to others, please upload
+# it yourself. With GnuPG this can be done using
+#   gpg --keyserver subkeys.pgp.net --send-key {$key}
+# 
+# If you have any questions, don't hesitate to ask.
+# 
+# Regards,
+# {$owner}
+# EOM
diff --git a/.var/caff/gnupghome/.gitignore b/.var/caff/gnupghome/.gitignore
new file mode 100644 (file)
index 0000000..3c6108a
--- /dev/null
@@ -0,0 +1,2 @@
+/random_seed
+/*.gpg
diff --git a/.var/caff/gnupghome/gpg.conf b/.var/caff/gnupghome/gpg.conf
new file mode 100644 (file)
index 0000000..2101897
--- /dev/null
@@ -0,0 +1,28 @@
+charset utf-8
+no-greeting
+default-key 55c9882d999bbcc4
+lock-once
+no-auto-check-trustdb
+ask-cert-level
+default-cert-level 2
+keyid-format 0xlong
+use-agent
+export-options export-clean
+personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
+personal-cipher-preferences AES256 AES192 AES TWOFISH
+personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
+default-keyserver-url x-hkp://pool.sks-keyservers.net
+keyserver x-hkp://pool.sks-keyservers.net
+keyserver-options honor-http-proxy
+keyserver-options auto-key-retrieve
+keyserver-options include-disabled
+keyserver-options include-revoked
+keyserver-options include-subkeys
+keyserver-options no-honor-keyserver-url
+keyserver-options honor-pka-record
+verify-options show-policy-url
+verify-options show-notations
+cert-policy-url http://martin-krafft.net/gpg/cert-policy/999bbcc4/200907062055?md5sum=e23169a82028270ded6caaa93aff506e
+list-options show-policy-urls
+list-options show-notations
+list-options show-uid-validity
diff --git a/.var/caff/keys/.gitignore b/.var/caff/keys/.gitignore
new file mode 100644 (file)
index 0000000..ebee757
--- /dev/null
@@ -0,0 +1 @@
+/????-??-??