chiark / gitweb /
Print progress messages as a build goes thru various stages.
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>
Mon, 26 Aug 2013 21:52:04 +0000 (00:52 +0300)
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>
Wed, 28 Aug 2013 19:12:33 +0000 (22:12 +0300)
commit24af895915e3caacb6110ede034ec8fb7520aef1
tree23e164e1c1ec4b202d5490a5ff98b617085f9068
parent96d91342ee5b841c935971487de37c53e4aaf737
Print progress messages as a build goes thru various stages.

Without this, we get bunch of messages at the start of build, which
end with "Applying patch", and then all the things hangs for several
minutes (or more, in case of network problems, etc). So, consistently
keep user aware od what's happening. Note that --verbose switch affects
deatiledness and amount of output (in particular, if it's given, "build"
command output goes to console instead of log).
fdroidserver/build.py
fdroidserver/common.py