mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Netter beta upload progress
This commit is contained in:
parent
e372db985f
commit
ead2529af1
@ -122,7 +122,7 @@ class PublishBetas(Command):
|
||||
def run(self, opts):
|
||||
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
||||
subprocess.check_call((
|
||||
'rsync --partial -rh --progress --delete-after %s/ download.calibre-ebook.com:/srv/download/betas/'
|
||||
'rsync --partial -rh --info=progress2 --delete-after %s/ download.calibre-ebook.com:/srv/download/betas/'
|
||||
% dist
|
||||
).split())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user