1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Merge branch 'log_vcs_exception' into 'master'

Create log file for VCSException

See merge request fdroid/fdroidserver!895
This commit is contained in:
Hans-Christoph Steiner 2021-04-06 12:57:39 +00:00
commit 38c18d42f8

View File

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