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:
parent
92a0151930
commit
d47e4dd03a
@ -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 />
|
||||
|
Loading…
Reference in New Issue
Block a user