mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
remove txt form accepted format list
This commit is contained in:
parent
fd2cfb0c7d
commit
4dc503ed28
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ default_config = {
|
||||||
'mvn3': "mvn",
|
'mvn3': "mvn",
|
||||||
'gradle': os.path.join(FDROID_PATH, 'gradlew-fdroid'),
|
'gradle': os.path.join(FDROID_PATH, 'gradlew-fdroid'),
|
||||||
'gradle_version_dir': os.path.join(os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver'), 'gradle'),
|
'gradle_version_dir': os.path.join(os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver'), 'gradle'),
|
||||||
'accepted_formats': ['txt', 'yml'],
|
'accepted_formats': ['yml'],
|
||||||
'sync_from_local_copy_dir': False,
|
'sync_from_local_copy_dir': False,
|
||||||
'allow_disabled_algorithms': False,
|
'allow_disabled_algorithms': False,
|
||||||
'per_app_repos': False,
|
'per_app_repos': False,
|
||||||
|
@ -517,7 +517,7 @@ def get_local_metadata_files():
|
||||||
'''get any metadata files local to an app's source repo
|
'''get any metadata files local to an app's source repo
|
||||||
|
|
||||||
This tries to ignore anything that does not count as app metdata,
|
This tries to ignore anything that does not count as app metdata,
|
||||||
including emacs cruft ending in ~ and the .fdroid.key*pass.txt files.
|
including emacs cruft ending in ~ and the .fdroid.key*pass.yml files.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
return glob.glob('.fdroid.[a-jl-z]*[a-rt-z]')
|
return glob.glob('.fdroid.[a-jl-z]*[a-rt-z]')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue