mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
...
This commit is contained in:
parent
2878c58ebf
commit
73db79b1fa
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ def upload_signatures():
|
|||
f.write(fingerprint)
|
||||
check_call('scp %s/*.sha512 divok:%s/signatures/' % (tdir, DOWNLOADS),
|
||||
shell=True)
|
||||
check_call(shlex.split('scp %s/*.sha512 code:/srv/code/signatures/' % tdir))
|
||||
check_call(shlex.split('ssh code chown -R nobody:nobody /srv/code/signatures'))
|
||||
check_call('scp %s/*.sha512 code:/srv/code/signatures/' % tdir, shell=True)
|
||||
check_call(shlex.split('ssh code chown -R http:http /srv/code/signatures'))
|
||||
shutil.rmtree(tdir)
|
||||
|
||||
class ReUpload(Command): # {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue