mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
parent
8daf273843
commit
17f6a778ba
12 changed files with 85 additions and 96 deletions
|
|
@ -301,7 +301,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
|||
|
||||
if not options.no_deploy:
|
||||
try:
|
||||
cmd = ['fdroid', 'server', 'update', '--verbose', '--no-keep-git-mirror-archive']
|
||||
cmd = ['fdroid', 'deploy', '--verbose', '--no-keep-git-mirror-archive']
|
||||
subprocess.check_call(cmd, cwd=repo_basedir)
|
||||
except subprocess.CalledProcessError:
|
||||
logging.error(_('cannot publish update, did you set the deploy key?')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue