mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Better build log formatting for wiki
This commit is contained in:
parent
8a99fb3da4
commit
d832bf8e9e
2 changed files with 15 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ def main():
|
|||
if options.stop:
|
||||
sys.exit(1)
|
||||
failed_apps[app['id']] = be
|
||||
wikilog = str(be)
|
||||
wikilog = be.get_wikitext()
|
||||
except VCSException as vcse:
|
||||
print "VCS error while building app %s: %s" % (app['id'], vcse)
|
||||
if options.stop:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue