quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [RFC][PATCH v2][QUILT] Add gpg signing to quilt mail


From: Greg KH
Subject: Re: [Quilt-dev] [RFC][PATCH v2][QUILT] Add gpg signing to quilt mail
Date: Tue, 4 Oct 2011 11:02:37 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Oct 04, 2011 at 01:46:34PM -0400, Steven Rostedt wrote:
> +my $pgp = `gpg --simple-sk-checksum -a --detach-sign $pass --output - < 
> $tmpfile`;

Try not to use gpg when calling from scripts, use gpgv instead, it
handles things much better, and sets the return value correctly so you
can check it (which I don't think you do here.)

Now if only someone can get quilt working properly for git's "split"
 subject: lines, I would be very happy...

thanks,

greg k-h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]