1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-03 06:10:10 +02:00
Commit Graph

3564 Commits

Author SHA1 Message Date
Ciaran Gultnieks
ba4d882bcc Merge commit 'refs/merge-requests/87' of git://gitorious.org/f-droid/fdroidserver into merge-requests/87 2012-03-15 16:35:20 +00:00
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
Paul Sokolovsky
5ef9db646c Add missing spaces to output version discrepancy error message.
Fixes output like:
'Unexpected version/version code in outputAPK: 0.3.1 / 5Expected: 1.0 / 1'.
2012-03-13 20:26:40 +02:00
Tias Guns
1ab5a4be0d build.py: pass options.verbose all the way to common.prepare_source 2012-03-12 23:07:41 +00:00
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
Tias Guns
1c0dfcbab9 common.prepare_source: add verbose option and use it
The prepare_source method runs commands and everything, but the -v
option gives no insight into what is happening in this method.
This patch adds some verbose output, useful to discover why/where a scan
fails
2012-03-12 23:07:41 +00:00
Ciaran Gultnieks
bc4240ca30 Merge commit 'refs/merge-requests/86' of git://gitorious.org/f-droid/fdroidserver into merge-requests/86 2012-03-12 20:30:04 +00:00
Ciaran Gultnieks
444c56d18f Fix getsig referencing 2012-03-12 20:17:37 +00:00
Tias Guns
fc621a8ad6 scanner: use -p check like in build.py, give error if package does not exist 2012-03-11 23:17:46 +00:00
Tias Guns
08ec659441 rewritemeta: add -p option to specify package
useful if you're only working on a few packages and 'rewritemetadata' would make your working tree dirty
2012-03-11 23:17:45 +00:00
Tias Guns
ab0ed81702 checkupdates: use -p check like in build.py, give error if package does not exist 2012-03-11 23:17:45 +00:00
Ciaran Gultnieks
3680beca30 Moved the upload scripts to a proper command 2012-03-11 13:17:37 +00:00
Ciaran Gultnieks
660b368d71 Move getsig into the package 2012-03-11 12:53:13 +00:00
Ciaran Gultnieks
f643b0498c Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00