mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f4dbe46f3b
commit
4da1d75a42
@ -364,7 +364,7 @@ class UploadToServer(Command): # {{{
|
||||
upload_signatures()
|
||||
check_call(['git', 'push'])
|
||||
check_call([
|
||||
os['PENV'] + '/gpg-as-kovid', '--armor', '--yes',
|
||||
os.environ['PENV'] + '/gpg-as-kovid', '--armor', '--yes',
|
||||
'--detach-sign', src_file
|
||||
])
|
||||
check_call(['scp', src_file + '.asc', 'code:/srv/code/signatures/'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user