Commit graph

114 commits

Author SHA1 Message Date
Ciaran Gultnieks
a7a966a837 Integrated snapshots into buildserver 2012-09-02 22:24:47 +01:00
Ciaran Gultnieks
d9f404ba07 Integrated latest build server stuff (except snapshots) 2012-08-31 14:48:50 +01:00
Ciaran Gultnieks
3477400b01 Verify correct package ID in build output 2012-08-23 17:26:52 +01:00
Ciaran Gultnieks
4d4f3f3838 Additional maven output detection 2012-08-13 10:16:25 +01:00
Ciaran Gultnieks
712531ba37 More maven build output recognition 2012-06-28 12:52:35 +01:00
Ciaran Gultnieks
6aa8f61acd Maven 3 is required, not 2 2012-06-25 09:22:11 +01:00
Ciaran Gultnieks
de75211adc Changed maven target to 'package' and disabled signing 2012-04-08 09:08:24 +01:00
Ciaran Gultnieks
fda3e85c3a Recognise build output with space in filename (and show full output in verbose mode) 2012-04-05 23:35:39 +01:00
Ciaran Gultnieks
b6c46d5ddc Merge commit 'refs/merge-requests/88' of git://gitorious.org/f-droid/fdroidserver into merge-requests/88
Conflicts:
	fdroidserver/build.py
2012-03-15 16:37:51 +00:00
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
Ciaran Gultnieks
f643b0498c Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
Renamed from build.py (Browse further)