diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 4a5ad875..b2e9bcf5 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -119,7 +119,7 @@ default_config = { 'mvn3': "mvn", 'gradle': os.path.join(FDROID_PATH, 'gradlew-fdroid'), '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, 'allow_disabled_algorithms': 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 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]')