fdroidserver/fdroidserver
Tias Guns b78700245c common.prepare_source: better detection of errors
when running 'android update', sometimes the program returns an error on
stderr without giving a !=0 errorcode.
This patch detects such an error, and throws a proper BuildException

(in my case, it printed the following to stderr:
Error: The project either has no target set or the target is invalid.
Please provide a --target to the 'android update' command.)
2012-03-12 23:07:41 +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 Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +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 common.prepare_source: better detection of errors 2012-03-12 23:07:41 +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 common.prepare_source: add verbose option and use it 2012-03-12 23:07:41 +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