1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00
fdroidserver/fdroidserver
Hans-Christoph Steiner 1f5534d060
require config.yml use UTF-8 as encoding
config.yml requires ASCII or UTF-8 encoding because this code does not
auto-detect the file's encoding.  That is left up to the YAML library.
YAML allows ASCII, UTF-8, UTF-16, and UTF-32 encodings.  Since it is a
good idea to manage config.yml (WITHOUT PASSWORDS!) in git, it makes
sense to use a globally standard encoding.
2021-06-18 11:12:20 +02:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py deploy: move server.py to deploy.py and remove aliases 2020-10-21 11:38:49 +02:00
__main__.py checkupdates.py: use pathlib and support Windows 2021-06-07 21:02:03 +08:00
apksigcopier.py gitlab-ci: prevent dualing linters: pyflakes vs mypy 2021-04-14 23:18:05 +02:00
btlog.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
build.py build: missing NDK is now a warning not a critical error 2021-05-28 10:24:56 +02:00
checkupdates.py [checkupdates] Only update if version code is grater 2021-06-17 11:52:37 +00:00
common.py require config.yml use UTF-8 as encoding 2021-06-18 11:12:20 +02:00
deploy.py Publish unsigned builds 2021-02-12 10:20:30 +00:00
exception.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
gpgsign.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
import.py use .as_posix() 2021-06-09 10:51:28 +00:00
index.py remove redundant imports and pointless code 2021-05-25 17:06:19 +02:00
init.py build: remove default NDK, closes #717 2021-05-25 17:06:26 +02:00
install.py check for invalid appids passed to commands 2021-04-08 10:31:33 +02:00
lint.py [lint] convert path to Path first 2021-06-09 17:49:59 +02:00
metadata.py metadata: always open metadata files as UTF-8 2021-06-18 10:30:55 +02:00
mirror.py mirror: if index is verified, save a copy in the local mirror 2020-12-03 21:48:37 +01:00
net.py set F-Droid HTTP Headers globally 2020-03-11 13:41:13 +01:00
nightly.py init: no error if examples/ dir cannot be found; overhaul repo_icon 2021-01-18 14:07:20 +01:00
publish.py publish: use platform-neutral newlines 2021-06-18 10:30:52 +02:00
readmeta.py purge code that modifies the app description, including linkifying 2020-12-08 09:37:49 +01:00
rewritemeta.py metadata: always open metadata files as UTF-8 2021-06-18 10:30:55 +02:00
scanner.py NON_FREE_GRADLE_LINES: add com.android.billingclient 2021-06-17 11:53:03 +00:00
signatures.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
signindex.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
stats.py change config.py to config.yml everywhere it is needed 2021-01-29 13:24:17 +01:00
tail.py code formatting: black --skip-string-normalization --line-length 100 2021-03-22 18:16:34 +01:00
update.py always open Android source files as UTF-8 2021-06-18 11:12:18 +02:00
verify.py check for invalid appids passed to commands 2021-04-08 10:31:33 +02:00
vmtools.py use vagrantfile instead of 'builder/Vagrantfile' in get_clean_builder() 2021-03-10 09:12:52 +00:00