mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge branch 'master' of gitorious.org:f-droid/fdroidserver
This commit is contained in:
commit
fe81b5697e
1 changed files with 2 additions and 1 deletions
|
|
@ -626,6 +626,7 @@ def main():
|
|||
site.login(wiki_user, wiki_password)
|
||||
|
||||
for thisbuild in app['builds']:
|
||||
wikilog = None
|
||||
try:
|
||||
if trybuild(app, thisbuild, build_dir, output_dir, extlib_dir,
|
||||
tmp_dir, repo_dir, vcs, options.test, options.server,
|
||||
|
|
@ -654,7 +655,7 @@ def main():
|
|||
failed_apps[app['id']] = e
|
||||
wikilog = str(e)
|
||||
|
||||
if options.wiki:
|
||||
if options.wiki and wikilog:
|
||||
newpage = site.Pages[app['id'] + '/lastbuild']
|
||||
txt = wikilog
|
||||
if len(txt) > 8192:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue