1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00

Require valid signature

This commit is contained in:
Reinhard Pointner 2018-06-22 22:28:16 +07:00
parent 92a0151930
commit d47e4dd03a

View File

@ -48,7 +48,7 @@
<macrodef name="release-sign">
<element name="filesets" implicit="yes" />
<sequential>
<apply executable="gpg" verbose="yes">
<apply executable="gpg" verbose="yes" failonerror="yes">
<arg line="--verbose --batch --yes --local-user ${package.maintainer}" />
<arg line="--armor --detach-sign" />
<srcfile />