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:
de7b117
)
Build success specifies app and version now
author
Daniel Martí
<mvdan@mvdan.cc>
Sat, 20 Jul 2013 11:32:47 +0000
(13:32 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sat, 20 Jul 2013 11:32:47 +0000
(13:32 +0200)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index aafec3b20e0d38faae1d2da4250127ccaaaf64eb..8094d8c4f2c3b84c3ed7b441672dcb38189e13c8 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-435,7
+435,7
@@
def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
if p.returncode != 0:
raise BuildException("Warning: Could not deploy %s:%s" % (app['id'], thisbuild['version']), output.strip(), error.strip())
return
- print "
Build successful"
+ print "
Successfully built version " + thisbuild['version'] + ' of ' + app['id']
# Find the apk name in the output...
if 'bindir' in thisbuild: