mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
add keep_when_not_allowed config/option
This commit is contained in:
parent
386fb55b99
commit
1e4e2489aa
3 changed files with 64 additions and 2 deletions
|
|
@ -128,6 +128,7 @@ default_config = {
|
|||
'gradle': os.path.join(FDROID_PATH, 'gradlew-fdroid'),
|
||||
'sync_from_local_copy_dir': False,
|
||||
'allow_disabled_algorithms': False,
|
||||
'keep_when_not_allowed': False,
|
||||
'per_app_repos': False,
|
||||
'make_current_version_link': False,
|
||||
'current_version_name_source': 'Name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue