This commit is contained in:
Kovid Goyal 2014-08-01 11:34:57 +05:30
parent 8c9e6233bc
commit 1fd244a96d

View File

@ -75,7 +75,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 --delete-after %s/ download.calibre-ebook.com:/srv/download/betas/' % dist).split())
('rsync --partial -rh --progress --delete-after %s/ download.calibre-ebook.com:/srv/download/betas/' % dist).split())
class Manual(Command):