Daniel Leidert <[EMAIL PROTECTED]> writes:

> Short question about this part:

>> > +    if ($gpgkey) {
>> > +  cmdaction("gpg -a -b -s -u '$gpgkey' -o $path/Release.gpg"
>> > +            . " $path/Release",
>> > +            "Signing Release file for $path",
>> > +            3);
>> > +    }

> IMO it misses the possibility of giving the passphrase (which should be
> read from a file with '--passphrase-fd 2 2</path/to/passphrase'
> - /path/to/passphrase should be the content of e.g. $gpgpass).

Yeah, I thought about adding that.  If you'd like, I can send a patch that
does that, so that people can use keys with passphrases stored in a file.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to