1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-19 21:30:10 +01:00
fdroidserver/fdroidserver
Hans-Christoph Steiner 36d2a8f899
all ndk paths in config must be strings
The paths in the config must be strings because they are used in things
like env vars where they must be strings.  Plus lots of other places in the
code assumes they are strings.  This is the first step to defining the
border of where paths can be pathlib.Path() and where they must be strings.
2023-04-11 13:54:19 +02:00
..
asynchronousfilereader rewrite docstrings to match numpy style guide 2021-06-25 06:28:47 +02:00
__init__.py download_repo_index_v2() for verified downloading of index-v2 2023-03-09 12:35:29 +01:00
__main__.py pylint: Reenable C0201 consider-iterating-dictionary 2023-03-20 16:33:16 +01:00
apksigcopier.py make F-Droid-specific changes to apksigcopier.py 2023-02-17 13:08:23 +00:00
btlog.py btlog: include index-v2 files 2022-11-01 08:47:48 +01:00
build.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
checkupdates.py checkupdates: skip when there is no match for version 2023-03-20 14:31:08 +00:00
common.py all ndk paths in config must be strings 2023-04-11 13:54:19 +02:00
deploy.py pylint: Reenable R1723 no-else-break 2023-03-20 16:33:16 +01:00
exception.py basic downloading for scan_binary signatures 2022-10-06 12:08:23 +02:00
gpgsign.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
import_subcommand.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
index.py Don't copy per version anti features to all versions 2023-04-04 14:20:41 +00:00
init.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
install.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
lint.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
metadata.py all ndk paths in config must be strings 2023-04-11 13:54:19 +02:00
mirror.py mirror: make _run_wget() return to the dir it started in 2021-12-07 10:24:27 +01:00
net.py net.download_file(): retry on errors 2022-10-22 23:15:13 +02:00
nightly.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
publish.py purge all references to zipalign, that is delegated to other things 2023-02-22 14:45:51 +01:00
readmeta.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
rewritemeta.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
scanner.py Scanner - add newer sonatype maven repos 2023-04-04 11:00:13 +00:00
signatures.py run black to reformat code that does not have WIP merge requests 2021-06-28 18:57:56 +02:00
signindex.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
tail.py Fix pylint warnings 2022-03-29 15:53:45 +02:00
update.py Don't copy per version anti features to all versions 2023-04-04 14:20:41 +00:00
verify.py fix code format for new black rule 2023-03-20 14:47:48 +01:00
vmtools.py vmtools: Properly initialize provider member 2023-03-21 14:00:58 +01:00