1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Update defaults, mvn3 to mvn

This commit is contained in:
Daniel Martí 2014-01-26 21:25:52 +01:00
parent cb11826929
commit bc94f21463

View File

@ -53,19 +53,17 @@ def read_config(opts, config_file='config.py'):
defconfig = {
'build_server_always': False,
'mvn3': "mvn3",
'archive_older': 0,
'mvn3': "mvn",
'gradle': 'gradle',
'archive_older': 0,
'update_stats': False,
'archive_older': 0,
'max_icon_size': 72,
'stats_to_carbon': False,
'repo_maxage': 0,
'char_limits': {
'Summary' : 50,
'Description' : 1500
}
}
config = {}