Make the signature detached.

This commit is contained in:
Martin v. Löwis 2005-03-22 23:02:54 +00:00
parent 09a3f2cc2f
commit 8d12158991
1 changed files with 1 additions and 1 deletions

View File

@ -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