mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 17:45:51 +01:00
Update timestamp server URLs
This commit is contained in:
parent
dd2420bcde
commit
6206f7687d
1 changed files with 1 additions and 5 deletions
|
|
@ -548,7 +548,7 @@ def sign_installers(self):
|
|||
'https://calibre-ebook.com', '/tr']
|
||||
|
||||
def runcmd(cmd):
|
||||
for timeserver in ('http://timestamp.geotrust.com/tsa', 'http://timestamp.comodoca.com/rfc3161',):
|
||||
for timeserver in ('http://sha256timestamp.ws.symantec.com/sha256/timestamp', 'http://timestamp.comodoca.com/rfc3161',):
|
||||
try:
|
||||
subprocess.check_call(cmd + [timeserver] + files)
|
||||
break
|
||||
|
|
@ -771,7 +771,3 @@ def add_to_zipfile(self, zf, name, base, exclude=frozenset()):
|
|||
zf.writestr(zinfo, f.read())
|
||||
|
||||
self.zf_names.add(name)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue