chiark / gitweb /
Finish large reworking of Popen calls
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 16 Oct 2013 21:17:51 +0000 (23:17 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 16 Oct 2013 21:19:11 +0000 (23:19 +0200)
commitdb80644fa65144400118202144d5e8b46aaacdf4
tree474ef7e1270e3d83251270bac01bc10aa35f106d
parentfb5a2209fc509ba32042654bcf36683c821223e0
Finish large reworking of Popen calls

Now we handle the output pipes via Queues, which means that long and verbose
builds (like navit) won't hang mercilessly during any of init=, prebuild=
build= or the build itself. This also removes redundancies.
fdroidserver/build.py
fdroidserver/common.py