This will pass --fille-signing-key and --file-signing-key-passphrase-file to Sigul if they are configured for the tag and globally respectively.
Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org
rebased onto c07e15472bc251ab5e0ca44ac6297e7b56f45923
Should it mention which file signing key?
It already does that:
+ log.info( + 'Going to sign %s with %s (%s) and file signing key %s and move to %s', + build_nvr, tag_info['key'], tag_info['keyid'], tag_info['file_signing_key'], tag_to)
And
+ log.debug('Adding file signing key: %s', file_signing_key)
Looks al-right to me :)
@pingou cool, thanks!
Pull-Request has been merged by puiterwijk
This will pass --fille-signing-key and
--file-signing-key-passphrase-file to Sigul if they are configured for
the tag and globally respectively.
Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org