chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17df97e
)
Quick hack to fix FDroidPOpen
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 24 Oct 2013 10:12:15 +0000
(11:12 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 24 Oct 2013 10:12:15 +0000
(11:12 +0100)
That loop is using more CPU that the actual building of the app.
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 88f4ec26a69d593d92eb5ad57a3932c9cf7700a1..db2904f426929a54d38f9383257de55eee9b6c9c 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1814,6
+1814,7
@@
def FDroidPopen(commands, cwd,
sys.stderr.write(line)
sys.stderr.flush()
result.stderr += line
+ time.sleep(0.5)
if verbose:
print "Directory: %s" % cwd