mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Merge branch 'fix-left-out-refactoring-in-build-py' into 'master'
fix left out refactoring in build.py See merge request fdroid/fdroidserver!520
This commit is contained in:
commit
b80154da86
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
|||
|
||||
# deploy logfile to repository web server
|
||||
if output:
|
||||
common.publish_build_log_with_rsync(app.id, build.versionCode, output)
|
||||
common.deploy_build_log_with_rsync(app.id, build.versionCode, output)
|
||||
else:
|
||||
logging.debug('skip publishing full build logs: '
|
||||
'no output present')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue