Netter beta upload progress

This commit is contained in:
Kovid Goyal 2020-05-01 22:12:34 +05:30
parent 1c15aebd01
commit aa67a44e32
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -122,7 +122,7 @@ def pre_sub_commands(self, opts):
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())