mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
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.) |
||
|---|---|---|
| .. | ||
| getsig | ||
| __init__.py | ||
| build.py | ||
| checkupdates.py | ||
| common.py | ||
| import.py | ||
| publish.py | ||
| rewritemeta.py | ||
| scanner.py | ||
| server.py | ||
| stats.py | ||
| update.py | ||