mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Merge branch 'log_vcs_exception' into 'master'
Create log file for VCSException See merge request fdroid/fdroidserver!895
This commit is contained in:
commit
38c18d42f8
@ -1181,6 +1181,7 @@ def main():
|
||||
common.force_exit(1)
|
||||
add_failed_builds_entry(failed_builds, appid, build, vcse)
|
||||
wikilog = str(vcse)
|
||||
common.deploy_build_log_with_rsync(appid, build.versionCode, str(vcse))
|
||||
except FDroidException as e:
|
||||
with open(os.path.join(log_dir, appid + '.log'), 'a+') as f:
|
||||
f.write('\n\n============================================================\n')
|
||||
|
Loading…
Reference in New Issue
Block a user