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:
f10d16f
)
Add keyaliases config default
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 1 Apr 2014 16:58:20 +0000
(18:58 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 1 Apr 2014 16:58:20 +0000
(18:58 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 5014a0be13b3021143b9c9a1eb2d8446e5841c56..c26ec63010289e8acc5d8a02534f1f7d20b8a512 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-69,7
+69,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: