mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
update tests for fixed log deployment+changelog
This commit is contained in:
parent
d665106813
commit
7fa3c34e5b
3 changed files with 13 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue