build: rsync buildlogs to <webroot>/repo

This commit is contained in:
Michael Pöhn 2019-06-26 17:00:01 +02:00
parent bde12e2a52
commit f30983368c
2 changed files with 5 additions and 5 deletions

View file

@ -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',