mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
...
This commit is contained in:
parent
91afce9f4c
commit
3e98673a49
@ -148,7 +148,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', 'code', 'dist_sizes'] + args)
|
||||
check_call(['ssh', 'code', '/usr/local/bin/dist_sizes'] + args)
|
||||
|
||||
def upload_to_staging(self, tdir, backup, files):
|
||||
os.mkdir(tdir+'/dist')
|
||||
|
Loading…
x
Reference in New Issue
Block a user