1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00
fdroidserver/fdroidserver
Hans-Christoph Steiner 5ae2703477 init: no error if examples/ dir cannot be found; overhaul repo_icon
There are so many possible installation paths for Python modules, it has
been very hard to even find and test them all.  This adds a fallback option
if the examples dir cannot be found.  A repo can work without an icon or
the example config.py.

This removes the fake assumption that the icon can be a full path in the
config.py.  While the path was being properly passed through to the index
file, the file was never copied properly into place nor rsynced to the web
server.
2021-01-18 14:07:20 +01: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 deploy: move server.py to deploy.py and remove aliases 2020-10-21 11:38:49 +02:00
btlog.py deploy: move server.py to deploy.py and remove aliases 2020-10-21 11:38:49 +02:00
build.py eliminate app.builds everywhere, it should be app['Builds'] 2020-12-15 08:55:05 +01:00
checkupdates.py common.get_app_display_name() for finding app names 2021-01-14 20:34:15 +01:00
common.py init: no error if examples/ dir cannot be found; overhaul repo_icon 2021-01-18 14:07:20 +01:00
deploy.py init: switch to config.yml as the default format 2020-10-23 14:20:49 +02:00
exception.py checkupdates: don't fail when we can't init submodules 2017-12-04 16:30:37 +01:00
gpgsign.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
import.py eliminate app.builds everywhere, it should be app['Builds'] 2020-12-15 08:55:05 +01:00
index.py init: no error if examples/ dir cannot be found; overhaul repo_icon 2021-01-18 14:07:20 +01:00
init.py init: no error if examples/ dir cannot be found; overhaul repo_icon 2021-01-18 14:07:20 +01:00
install.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
lint.py only use AutoName: in checkupdates 2021-01-14 20:36:09 +01:00
metadata.py metadata: work with dicts generated by standard YAML parsers 2020-12-15 08:55:05 +01: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 standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
readmeta.py purge code that modifies the app description, including linkifying 2020-12-08 09:37:49 +01:00
rewritemeta.py eliminate app.builds everywhere, it should be app['Builds'] 2020-12-15 08:55:05 +01:00
scanner.py Add androidx.work:work-gcm to non-free dependencies 2021-01-11 10:44:48 +01:00
signatures.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
signindex.py use ArgumentParser's own "usage" line in help output 2020-10-01 23:01:55 +02:00
stats.py fix PEP8 W605 invalid escape sequence 2018-05-29 13:51:47 +02:00
tail.py remove redundant open() arg: encoding='utf8' 2018-10-19 15:01:34 +02:00
update.py init: no error if examples/ dir cannot be found; overhaul repo_icon 2021-01-18 14:07:20 +01:00
verify.py standardize on "Application ID" in UI text 2020-10-01 23:01:55 +02:00
vmtools.py build: destroy vm after each build 2020-10-31 10:55:14 +01:00