update tests for fixed log deployment+changelog

This commit is contained in:
Michael Pöhn 2019-10-15 15:19:18 +02:00
parent d665106813
commit 7fa3c34e5b
3 changed files with 13 additions and 2 deletions

View file

@ -3253,6 +3253,9 @@ def deploy_build_log_with_rsync(appid, vercode, log_content):
logging.warning(_('skip deploying full build logs: log content is empty'))
return
if not os.path.exists('repo'):
os.mkdir('repo')
# gzip compress log file
log_gz_path = os.path.join('repo',
'{pkg}_{ver}.log.gz'.format(pkg=appid,