提交 e721d222 编写于 作者: J Joerg Jaspert

actually use multiple keyids in the commandline

上级 f07ddcc7
......@@ -95,8 +95,9 @@ def sign_release_dir(suite, dirname):
if os.path.exists(inlinedest):
os.unlink(inlinedest)
defkeyid=""
for keyid in suite.signingkeys or []:
defkeyid = "--local-user %s" % keyid
defkeyid += "--local-user %s " % keyid
os.system("gpg %s %s %s --detach-sign <%s >>%s" %
(keyring, defkeyid, arguments, relname, dest))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册