mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
43159e8acf
commit
d47fb8c0bb
@ -150,7 +150,7 @@ class UploadInstallers(Command): # {{{
|
||||
def record_sizes(self, sizes):
|
||||
print ('\nRecording dist sizes')
|
||||
args = ['%s:%s:%s' % (__version__, fname, size) for fname, size in sizes.iteritems()]
|
||||
check_call(['ssh', 'divok', 'dist_sizes'] + args)
|
||||
check_call(['ssh', 'code', 'dist_sizes'] + args)
|
||||
|
||||
def upload_to_staging(self, tdir, backup, files):
|
||||
os.mkdir(tdir+'/dist')
|
||||
|
Loading…
x
Reference in New Issue
Block a user