mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Don't remove non-Popen related declares
This commit is contained in:
parent
c83e4f9729
commit
4bb3b77554
1 changed files with 2 additions and 0 deletions
|
|
@ -289,6 +289,8 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, sdk_path, force):
|
||||||
cmdline += ' --force --test'
|
cmdline += ' --force --test'
|
||||||
cmdline += ' -p ' + app['id'] + ' --vercode ' + thisbuild['vercode']
|
cmdline += ' -p ' + app['id'] + ' --vercode ' + thisbuild['vercode']
|
||||||
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
|
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
|
||||||
|
output = ''
|
||||||
|
error = ''
|
||||||
while not chan.exit_status_ready():
|
while not chan.exit_status_ready():
|
||||||
while chan.recv_ready():
|
while chan.recv_ready():
|
||||||
output += chan.recv(1024)
|
output += chan.recv(1024)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue