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:
3e9b70f
)
Clarify error message
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 20 Oct 2013 20:11:35 +0000
(21:11 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 20 Oct 2013 20:11:35 +0000
(21:11 +0100)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 1daa2cf41b984e047c5e8692aac549cb5098fd3d..0c2076229ee35ba9e3765673e54189e0a0766b2d 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-317,7
+317,7
@@
def build_server(app, thisbuild, vcs, build_dir, output_dir, sdk_path, force):
ftp.get(apkfile, os.path.join(output_dir, apkfile))
ftp.get(tarball, os.path.join(output_dir, tarball))
except:
- raise BuildException("Build failed for %s:%s" % (app['id'], thisbuild['version']), output, error)
+ raise BuildException("Build failed for %s:%s
- missing output files
" % (app['id'], thisbuild['version']), output, error)
ftp.close()
finally: