This commit is contained in:
Kovid Goyal 2017-02-10 10:36:12 +05:30
parent f4dbe46f3b
commit 4da1d75a42

View File

@ -364,7 +364,7 @@ class UploadToServer(Command): # {{{
upload_signatures() upload_signatures()
check_call(['git', 'push']) check_call(['git', 'push'])
check_call([ check_call([
os['PENV'] + '/gpg-as-kovid', '--armor', '--yes', os.environ['PENV'] + '/gpg-as-kovid', '--armor', '--yes',
'--detach-sign', src_file '--detach-sign', src_file
]) ])
check_call(['scp', src_file + '.asc', 'code:/srv/code/signatures/']) check_call(['scp', src_file + '.asc', 'code:/srv/code/signatures/'])