mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Netter beta upload progress
This commit is contained in:
parent
1c15aebd01
commit
aa67a44e32
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue