1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
Commit Graph

1062 Commits

Author SHA1 Message Date
Ciaran Gultnieks
c17bef6290 Basic update processing documentation 2012-04-23 12:51:14 +01:00
Ciaran Gultnieks
ee7dc908ae Fixed exception handling in checkupdates command 2012-04-19 10:57:12 +01:00
Ciaran Gultnieks
29aca16dca Defined additional srclibs 2012-04-19 10:56:51 +01:00
Ciaran Gultnieks
6a01a4844c Minor license clarification in docs 2012-04-19 10:56:09 +01:00
Ciaran Gultnieks
702c881d72 Added license and vcs type analysis to stats 2012-04-08 14:07:01 +01:00
Ciaran Gultnieks
4bec91d24c Various documentation updates 2012-04-08 13:00:57 +01:00
Ciaran Gultnieks
20450eaaaf Allow sdk and ndk path substitution in init command too 2012-04-08 13:00:07 +01:00
Ciaran Gultnieks
de75211adc Changed maven target to 'package' and disabled signing 2012-04-08 09:08:24 +01:00
Ciaran Gultnieks
2da03a3940 Allow SDK and NDK paths to be subsituted into prebuild commands 2012-04-08 09:07:39 +01:00
Ciaran Gultnieks
b8d7ed9948 Add new srclib for bitcoinj wallet clone 2012-04-08 09:07:08 +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
95575ede22 Import support for bare git:// protocol 2012-04-03 21:13:51 +01:00
Ciaran Gultnieks
c8b7406094 Tolerate trailing / on github import 2012-04-03 20:50:36 +01:00
Ciaran Gultnieks
5c35687051 Added git-svn requirement to docs 2012-03-23 16:41:20 +00: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
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
35668ebd87 --help is canonical 2012-03-12 20:31:58 +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
Tias Guns
409fd273b6 fdroid.py: a pointer to the -h option of commands 2012-03-11 23:17:45 +00:00
Tias Guns
ec396c3cc5 fdroid.py: list commands when not giving a right command (I used ./fdroid -h and expected actual info, even if -h is not valid 2012-03-11 23:17:45 +00:00
Ciaran Gultnieks
d2fa268910 Added documentation for the Category metadata field 2012-03-11 21:14:04 +00:00
Ciaran Gultnieks
abffbdd535 Updated docs for separate server tools and data repositories 2012-03-11 21:03:55 +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
550c7e0151 Shouldn't need to .gitignore those any more 2012-03-11 12:03:45 +00:00
Ciaran Gultnieks
15395dbfae Metadata is now in the fdroiddata repo 2012-03-11 12:02:37 +00:00
Ciaran Gultnieks
e70c22e45b The build and stats directory is now in the fdroiddata repo 2012-03-11 12:00:01 +00:00
Ciaran Gultnieks
f643b0498c Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
Ciaran Gultnieks
7b2e202ff3 Merge commit 'refs/merge-requests/85' of git://gitorious.org/f-droid/fdroidserver into merge-requests/85 2012-03-10 20:13:13 +00:00
Ciaran Gultnieks
553ab89866 Metadata: removed disabled flag from cmis 2012-03-10 20:06:32 +00:00
Ciaran Gultnieks
176cee5225 Merge commit 'refs/merge-requests/83' of git://gitorious.org/f-droid/fdroidserver into merge-requests/83 2012-03-10 20:03:52 +00:00
Ciaran Gultnieks
8c3ee8ca08 Merge commit 'refs/merge-requests/84' of git://gitorious.org/f-droid/fdroidserver into merge-requests/84 2012-03-10 20:01:02 +00:00
Ciaran Gultnieks
8bbe451a9d Stats, etc 2012-03-10 20:00:17 +00:00
Paul Sokolovsky
bb9513e9af Add prboom4android - PrBoom (Doom) port.
http://code.google.com/p/prboom4android
2012-03-10 19:45:14 +02:00
Paul Sokolovsky
2f158e734a Add Tttris - A Tetris clone.
http://code.google.com/p/tttris
2012-03-10 19:45:14 +02:00
Ciaran Gultnieks
00159081ae Metadata: various version updates 2012-03-10 13:36:37 +00:00
Ciaran Gultnieks
5d883859f8 Metadata: remove pre-built native libs from adaway 2012-03-10 13:35:44 +00:00
Ciaran Gultnieks
ab3b6c78d1 Metadata: org.ttrssreader back a version 2012-03-10 13:30:24 +00:00
Ciaran Gultnieks
1175b0a817 Documentation for update check mode and current version fields 2012-03-10 12:50:57 +00:00
Ciaran Gultnieks
f3d7092dbe New update checking mode 2012-03-10 12:50:34 +00:00
Ciaran Gultnieks
7be0d0be30 Metadata: added non-fre dependency to metadata for trafikinfo 2012-03-10 12:37:18 +00:00