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