mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
build: rsync buildlogs to <webroot>/repo
This commit is contained in:
parent
bde12e2a52
commit
f30983368c
2 changed files with 5 additions and 5 deletions
|
@ -3272,7 +3272,7 @@ def deploy_build_log_with_rsync(appid, vercode, log_content,
|
|||
# TODO: sign compressed log file, if a signing key is configured
|
||||
|
||||
for webroot in config.get('serverwebroot', []):
|
||||
dest_path = os.path.join(webroot, "buildlogs")
|
||||
dest_path = os.path.join(webroot, "repo")
|
||||
if not dest_path.endswith('/'):
|
||||
dest_path += '/' # make sure rsync knows this is a directory
|
||||
cmd = ['rsync',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue