mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
This simplifies usage, goes from
build['flag']
to
build.flag
Also makes static analyzers able to detect invalid attributes as the set
is now limited in the class definition.
As a bonus, setting of the default field values is now done in the
constructor, not separately and manually.
While at it, unify "build", "thisbuild", "info", "thisinfo", etc into
just "build".
|
||
|---|---|---|
| .. | ||
| asynchronousfilereader | ||
| __init__.py | ||
| build.py | ||
| checkupdates.py | ||
| common.py | ||
| gpgsign.py | ||
| import.py | ||
| init.py | ||
| install.py | ||
| lint.py | ||
| metadata.py | ||
| net.py | ||
| publish.py | ||
| readmeta.py | ||
| rewritemeta.py | ||
| scanner.py | ||
| server.py | ||
| signindex.py | ||
| stats.py | ||
| update.py | ||
| verify.py | ||