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:
83658bc
)
Also avoid readLines from build.gradle
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 17 Nov 2013 20:58:43 +0000
(21:58 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 17 Nov 2013 21:04:27 +0000
(22:04 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 39110b7249a6af34199c256e33bce68c018a023c..6f5e596797c7ab7aa7fc6e641b7eee2c9ccdab24 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1984,7
+1984,8
@@
def remove_signing_keys(build_dir):
elif any(s in line for s in (
' signingConfig ',
'android.signingConfigs.',
- 'variant.outputFile = ')):
+ 'variant.outputFile = ',
+ '.readLine(')):
changed = True
else:
o.write(line)