1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +02:00
fdroidserver/fdroidserver
Tias Guns e404abce21 Fine-tune error reporting of vercode mismatch
I had a recipe that used 'Build Version: 0.1,2,...' with a ' ' between
the : and the version number. This failed in uncomprehensible ways
untill I figured the above out.

Perhaps a better solution would be to make the parser insensitive to
spaces between the ':' and what's after it?
2012-03-15 00:02:21 +00:00
..
getsig Move getsig into the package 2012-03-11 12:53:13 +00:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Fine-tune error reporting of vercode mismatch 2012-03-15 00:02:21 +00:00
checkupdates.py checkupdates: use -p check like in build.py, give error if package does not exist 2012-03-11 23:17:45 +00:00
common.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
import.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
publish.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
rewritemeta.py rewritemeta: add -p option to specify package 2012-03-11 23:17:45 +00:00
scanner.py scanner: use -p check like in build.py, give error if package does not exist 2012-03-11 23:17:46 +00:00
server.py Moved the upload scripts to a proper command 2012-03-11 13:17:37 +00:00
stats.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
update.py Fix getsig referencing 2012-03-12 20:17:37 +00:00