Bug#239802: cabot: Make use of q-agent and agpg

Peter Palfrader peter@palfrader.org
Wed, 24 Mar 2004 15:10:29 +0100


--M/SuVGWktc5uNpra
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Jan Schulz schrieb am Mittwoch, dem 24. M=E4rz 2004:

> Hallo Peter,
>=20
> * Peter Palfrader wrote:
> >> Le Wed, Mar 24, 2004 at 01:30:39PM +0100, Jan Schulz =E9crivait:
> >> > Please add an option to use q-agent, so that you don't need to=20
> >> > type your passphrase hundred times, when doing a large keysigning=20
> >> > party.
> >Can you please summarize how q-agent works?
>=20
> Install quintuple-agent, start q-agent and then use agpg instead of
> gpg :)

Ok, we would need an optional config option to override 'gpg' and use
that in a couple of places.


Index: ca-dosign
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- ca-dosign	(revision 108)
+++ ca-dosign	(working copy)
@@ -158,7 +158,7 @@
=20
=20
 	print "calling GnuPG\n";
-	system('gpg', '--edit', $keyid, @ARGS, 'sign', 'save', 'quit');
+	system('agpg', '--edit', $keyid, @ARGS, 'sign', 'save', 'quit');
 	#system("gpg --sign-key $keyid");
=20
 	print "Continue? [Y/n] ";

is one of them.  For consitancy reason we should use the configured gpg
then in all GnuPG::Interface new calls as well, (setting call to the
configured gpg).


Peter
--=20
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
    messages preferred.    | : :' :      The  universal
                           | `. `'      Operating System
 http://www.palfrader.org/ |   `-    http://www.debian.org/

--M/SuVGWktc5uNpra
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAYZbUz/ccs6+kS90RAv30AJ9uPrvEeI/zDaa6Roz0SKv5jjVL6ACdGI4x
pS29sn9kSQt/SFMuBWX9y7s=
=E3ZS
-----END PGP SIGNATURE-----

--M/SuVGWktc5uNpra--