chiark / gitweb /
Merge commit 'refs/merge-requests/137' of gitorious.org:f-droid/fdroidserver
[fdroidserver.git] / fdroidserver / common.py
index 7523d84f1905e593f279c28cbd33ad59ce37d087..8222ca778ba11d5b3e368f6580b141616754df32 100644 (file)
@@ -71,7 +71,8 @@ def read_config(opts, config_file='config.py'):
         'char_limits': {
             'Summary' : 50,
             'Description' : 1500
-        }
+        },
+        'keyaliases': { },
     }
     for k, v in defconfig.items():
         if k not in config:
@@ -1447,7 +1448,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: