mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Don't busy-wait on buildserver output
This commit is contained in:
parent
f0f623c61d
commit
f1a1b553af
@ -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…
Reference in New Issue
Block a user