From 94e6e416a61f63105d01f583416853ae812ab8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 20 Jul 2013 13:32:47 +0200 Subject: [PATCH] Build success specifies app and version now --- fdroidserver/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/build.py b/fdroidserver/build.py index aafec3b2..8094d8c4 100644 --- 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: