mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
edd3e561ae
commit
b286ce1745
@ -55,7 +55,7 @@ def upload_signatures():
|
|||||||
continue
|
continue
|
||||||
sig = os.path.join(tdir, os.path.basename(installer+'.sig'))
|
sig = os.path.join(tdir, os.path.basename(installer+'.sig'))
|
||||||
scp.append(sig)
|
scp.append(sig)
|
||||||
check_call([os.path.expanduser('~/kovid/env/private/gpg-as-kovid'), '--output', sig, '--detach-sig', installer])
|
check_call([os.path.expanduser('~/work/env/private/gpg-as-kovid'), '--output', sig, '--detach-sig', installer])
|
||||||
with open(installer, 'rb') as f:
|
with open(installer, 'rb') as f:
|
||||||
raw = f.read()
|
raw = f.read()
|
||||||
fingerprint = hashlib.sha512(raw).hexdigest()
|
fingerprint = hashlib.sha512(raw).hexdigest()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user