mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Revert "Stop excessive build output"
This reverts commit 7ca5955cac.
Temporarily reverting because it's better, but somehow losing some
build error detail for the build logs that go to the wiki. Excessive
output is better than missing output for now.
This commit is contained in:
parent
067cab5a3f
commit
5c64a0c6a7
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ def main():
|
|||
logfile = open(os.path.join(log_dir, app['id'] + '.log'), 'a+')
|
||||
logfile.write(str(be))
|
||||
logfile.close()
|
||||
print "Could not build app %s due to BuildException: %s" % (app['id'], be.value)
|
||||
print "Could not build app %s due to BuildException: %s" % (app['id'], be)
|
||||
if options.stop:
|
||||
sys.exit(1)
|
||||
failed_apps[app['id']] = be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue