mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
Don't busy-wait on buildserver output
This commit is contained in:
parent
5f0a37645d
commit
5947c55b00
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
|||
output += chan.recv(1024)
|
||||
while chan.recv_stderr_ready():
|
||||
error += chan.recv_stderr(1024)
|
||||
time.sleep(0.1)
|
||||
print "...getting exit status"
|
||||
returncode = chan.recv_exit_status()
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue