chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b482390
)
Stop excessive build output
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Fri, 15 Nov 2013 09:46:46 +0000
(09:46 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Fri, 15 Nov 2013 09:46:46 +0000
(09:46 +0000)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 24cb2f5c568e8ff8fcb47883e5a595f41d697677..96446bb7488cf70939721a3aac144d1f76ad4817 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-907,7
+907,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)
+ print "Could not build app %s due to BuildException: %s" % (app['id'], be
.value
)
if options.stop:
sys.exit(1)
failed_apps[app['id']] = be