Support for detached GPG signatures

This commit is contained in:
Reinhard Pointner 2017-04-16 21:14:41 +08:00
parent fb8a600acd
commit 0cd8996628
1 changed files with 1 additions and 1 deletions

View File

@ -54,8 +54,8 @@
<sequential>
<apply executable="gpg" verbose="yes">
<arg line="--verbose --batch --yes --local-user ${package.maintainer}" />
<arg line="--sign" unless:true="@{detach}" />
<arg line="--armor --detach-sign" if:true="@{detach}" />
<arg line="--sign" unless:true="@{detach}" />
<srcfile />
<filesets />
</apply>