fdroidserver/fdroidserver
Daniel Martí bf8518ee8f Rework build into a class
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".
2015-12-02 20:03:11 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Rework build into a class 2015-12-02 20:03:11 +01:00
checkupdates.py Rework build into a class 2015-12-02 20:03:11 +01:00
common.py Rework build into a class 2015-12-02 20:03:11 +01:00
gpgsign.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
import.py Rework build into a class 2015-12-02 20:03:11 +01:00
init.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
install.py install: filter out log messages better 2015-11-11 13:09:29 +01:00
lint.py Rework build into a class 2015-12-02 20:03:11 +01:00
metadata.py Rework build into a class 2015-12-02 20:03:11 +01:00
net.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00
publish.py Rework app into a class 2015-11-28 17:11:05 +01:00
readmeta.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
rewritemeta.py Rework app into a class 2015-11-28 17:11:05 +01:00
scanner.py Rework build into a class 2015-12-02 20:03:11 +01:00
server.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
signindex.py Replace MD5withRSA with SHA1withRSA. Fixes #26. 2015-09-24 18:53:04 -07:00
stats.py Rework app into a class 2015-11-28 17:11:05 +01:00
update.py Rework build into a class 2015-12-02 20:03:11 +01:00
verify.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00