mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Update defaults, mvn3 to mvn
This commit is contained in:
parent
cb11826929
commit
bc94f21463
1 changed files with 2 additions and 4 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue