[Pgp-tools-commit] r427 - in trunk: caff debian

Franck Joncourt thialme-guest at alioth.debian.org
Mon May 25 22:52:15 UTC 2009


Author: thialme-guest
Date: 2009-05-25 22:52:15 +0000 (Mon, 25 May 2009)
New Revision: 427

Modified:
   trunk/caff/caffrc.sample
   trunk/debian/changelog
Log:
Add a note in caffrc.sample about using the -u option to select which keyid
from the CONFIG{'keyid'} as to be used for signing.
Suggested by Micah Anderson due to bug #482693.


Modified: trunk/caff/caffrc.sample
===================================================================
--- trunk/caff/caffrc.sample	2009-05-25 21:04:17 UTC (rev 426)
+++ trunk/caff/caffrc.sample	2009-05-25 22:52:15 UTC (rev 427)
@@ -10,6 +10,9 @@
 # if you have a v4 key, it will simply be the last 16 digits of
 # your fingerprint.
 
+# You can define multiple keys below, but be aware that caff will use
+# the first key defined by default and will not use the second one
+# unless you explicitly mention it through the -u option on the command-line
 $CONFIG{'keyid'}       = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ];
 $CONFIG{'also-encrypt-to'} = [ qw{DE7AAF6E94C09C7F} ];
 $CONFIG{'caffhome'}    = $ENV{'HOME'}.'/.caff';

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-25 21:04:17 UTC (rev 426)
+++ trunk/debian/changelog	2009-05-25 22:52:15 UTC (rev 427)
@@ -6,10 +6,12 @@
 
   [ Franck Joncourt ]
   * caff:
-    + Take the mail config variable from .caffrc into count.
+    + Take the CONFIG{'mail'} variable from .caffrc into count.
       (Closes: #520387)
     + Update caff's manpage to mention a keyid specified with -u requires to
       be listed in the configuration file through the keyid variable.
+      Add a note in caffrc.sample about using the -u option to select which keyid
+      from the CONFIG{'keyid'} as to be used for signing. 
       (Closes: #482693)
 
  -- Christoph Berg <myon at debian.org>  Tue, 10 Mar 2009 17:18:21 +0100




More information about the Pgp-tools-commit mailing list