Package: signing-party Version: 1.1.3-1 Severity: wishlist Hi there!
My usual workflow for a KSP is the following: 1) I print the gpgparticipants-created list on as few papers as possible 2) during the keysigning, I tick the various keys I will sign, if needed with comments 3) later on (it can be the very same day or weeks later), I report what I manually wrote on the paper list into a OpenPGP-encrypted version of the same list, including tick signs and comments 4) I parse the digital list and feed the result to caff 5) during caff's work, I check the digital list for comments Point 4) is the most critical one: AFAIK there is no automatic tool to do it, so I still use a pipeline Zack (X-Debbugs-Cc:ed) suggested me back at DebConf6: $ grep -A 1 '\[x\].*\[x\]' $FILE | grep ^pub | cut -c 13-20 This generates a list of all keys to be signed, one per line, which however caff does not accept, given that it expects keys as last argument separated by spaces. However, the following does not work either: $ grep -A 1 '\[x\].*\[x\]' $FILE | grep ^pub | cut -c 13-20 | \ tr '\n' ' ' | caff -u $KEY Finally, everything works with a "lesser" pipe: $ caff -u $KEY $(grep -A 1 '\[x\].*\[x\]' $FILE | grep ^pub | \ cut -c 13-20 | tr '\n' ' ') While I do not mind having a local script that does the above, I think it would be good to have a simpler tool for newbies. Thx, bye, Gismo / Luca -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages signing-party depends on: ii gnupg 1.4.11-3 GNU privacy guard - a free PGP rep ii libc6 2.11.2-13 Embedded GNU C Library: Shared lib ii libclass-methodmaker-perl 2.15-2 Perl module for creating generic m ii libgnupg-interface-perl 0.43-1 Perl interface to GnuPG ii libmailtools-perl 2.07-1 Manipulate email in perl programs ii libmime-tools-perl 5.502-1 Perl5 modules for MIME-compliant m ii libterm-readkey-perl 2.30-4 A perl module for simple terminal ii libtext-template-perl 1.45-2 Text::Template perl module ii perl 5.10.1-19 Larry Wall's Practical Extraction ii qprint 1.0.dfsg.2-2 encoder and decoder for quoted-pri Versions of packages signing-party recommends: pn libgd-gd2-noxpm-perl | libgd- <none> (no description available) pn libpaper-utils <none> (no description available) ii libtext-iconv-perl 1.7-2 converts between character sets in ii postfix [mail-transport-agent 2.8.2-1 High-performance mail transport ag ii whiptail 0.52.11-2 Displays user-friendly dialog boxe Versions of packages signing-party suggests: ii imagemagick 8:6.6.0.4-3 image manipulation programs ii mutt 1.5.21-4 text-based mailreader supporting M ii texlive-latex-recommended 2009-11 TeX Live: LaTeX recommended packag ii wipe 0.21-9 Secure file deletion -- no debconf information
pgpiYWaQJ1u5h.pgp
Description: PGP signature