Commit ef5d51cd authored by Martin v. Löwis's avatar Martin v. Löwis

Make the signature detached.

parent ec9d7b79
......@@ -67,7 +67,7 @@ class upload(Command):
def upload_file(self, command, filename):
# Sign if requested
if self.sign:
spawn(("gpg", "--sign", "-a", filename),
spawn(("gpg", "--detach-sign", "-a", filename),
dry_run=self.dry_run)
# Fill in the data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment