mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Update defaults, mvn3 to mvn
This commit is contained in:
parent
cb11826929
commit
bc94f21463
@ -53,19 +53,17 @@ def read_config(opts, config_file='config.py'):
|
|||||||
|
|
||||||
defconfig = {
|
defconfig = {
|
||||||
'build_server_always': False,
|
'build_server_always': False,
|
||||||
'mvn3': "mvn3",
|
'mvn3': "mvn",
|
||||||
'archive_older': 0,
|
|
||||||
'gradle': 'gradle',
|
'gradle': 'gradle',
|
||||||
|
'archive_older': 0,
|
||||||
'update_stats': False,
|
'update_stats': False,
|
||||||
'archive_older': 0,
|
'archive_older': 0,
|
||||||
'max_icon_size': 72,
|
|
||||||
'stats_to_carbon': False,
|
'stats_to_carbon': False,
|
||||||
'repo_maxage': 0,
|
'repo_maxage': 0,
|
||||||
'char_limits': {
|
'char_limits': {
|
||||||
'Summary' : 50,
|
'Summary' : 50,
|
||||||
'Description' : 1500
|
'Description' : 1500
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
config = {}
|
config = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user