1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-20 13:50:12 +01:00
fdroidserver/fdroidserver
Marcus Hoffmann 5ebde251b1 checkupdates: use html.unescape instead of HTMLParser.unescape
HTMLParser.unescape is only an internal method and deprecated.
This requires Pyhton 3.4.
2017-09-13 01:42:15 +02: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
btlog.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
build.py add comments to gradle output directories 2017-08-26 17:03:13 +02:00
checkupdates.py checkupdates: use html.unescape instead of HTMLParser.unescape 2017-09-13 01:42:15 +02:00
common.py Merge branch 'close-subprocess-file-handles' into 'master' 2017-09-07 09:49:51 +00:00
dscanner.py unified method for naming build output 2017-04-22 12:04:32 +02:00
exception.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
gpgsign.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
import.py Add support for the new Bitbucket look 2017-05-30 18:33:55 +03:00
index.py update: always include name/summary/desc in index.xml if available 2017-07-19 15:07:50 +02:00
init.py init: update docs links for next steps 2017-06-28 23:14:57 +02:00
install.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
lint.py lint: check all build fields against accepted list 2017-07-06 12:25:48 +02:00
metadata.py metadata: also read .fdroid.txt metadata 2017-08-22 00:03:43 +02:00
net.py Support ETag when downloading repository index 2017-05-02 15:37:02 -03:00
publish.py proper error message when publishing with the same app in repo and unsigned 2017-09-07 12:19:48 +02:00
readmeta.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
rewritemeta.py rewritemeta: only print file type if its changing 2017-07-19 15:07:50 +02:00
scanner.py scanner: warn on aar files 2017-09-11 17:05:16 +02:00
server.py server: report errors pushing to git mirrors 2017-07-19 15:07:50 +02:00
signatures.py added signatures subcommand 2017-09-07 00:03:35 +02:00
signindex.py Replace sys.exit() in non-main functions by exceptions 2017-05-22 16:51:11 -03:00
stats.py all: make newer pycodestyle happy 2016-11-15 20:55:06 +00:00
tail.py include class like UNIX tail -f for displaying logs 2017-05-23 20:04:08 +02:00
update.py update: test metadata creation using internal and external templates 2017-07-26 15:34:13 -07:00
verify.py remove errant trailing slash added in 7613c18dd8 2017-07-20 00:00:08 +02:00
vmtools.py Copy initial buildserver CPU/memory configuration to final box Vagrantfile 2017-06-01 09:53:33 -04:00