mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
323c78f9da
commit
87dc869837
@ -132,12 +132,15 @@ class UploadInstallers(Command): # {{{
|
|||||||
with open(os.path.join(tdir, 'fmap'), 'wb') as fo:
|
with open(os.path.join(tdir, 'fmap'), 'wb') as fo:
|
||||||
for f, desc in files.iteritems():
|
for f, desc in files.iteritems():
|
||||||
fo.write('%s: %s\n'%(f, desc))
|
fo.write('%s: %s\n'%(f, desc))
|
||||||
try:
|
|
||||||
send_data(tdir)
|
while True:
|
||||||
except:
|
try:
|
||||||
print('\nUpload to staging failed, retrying in a minute')
|
send_data(tdir)
|
||||||
time.sleep(60)
|
except:
|
||||||
send_data(tdir)
|
print('\nUpload to staging failed, retrying in a minute')
|
||||||
|
time.sleep(60)
|
||||||
|
else:
|
||||||
|
break
|
||||||
|
|
||||||
def upload_to_google(self, replace):
|
def upload_to_google(self, replace):
|
||||||
gdata = get_google_data()
|
gdata = get_google_data()
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user