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:
5dc29c8
)
Fix bankdroid build
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 1 Apr 2014 17:29:37 +0000
(19:29 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 1 Apr 2014 17:29:37 +0000
(19:29 +0200)
All console stuff should be avoided already with just readLine
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index c26ec63010289e8acc5d8a02534f1f7d20b8a512..3fef945f2638c5b6242b6c5186c8b2de2d88aa36 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1428,7
+1428,6
@@
def remove_signing_keys(build_dir):
re.compile(r'.*android\.signingConfigs\..*'),
re.compile(r'.*variant\.outputFile = .*'),
re.compile(r'.*\.readLine\(.*'),
- re.compile(r'.*System\.console\(\).*'),
]
for root, dirs, files in os.walk(build_dir):
if 'build.gradle' in files: