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
Ciaran Gultnieks
010dc3d251
Metadata: new version of FreeFall
2012-03-10 11:42:27 +00:00
Ciaran Gultnieks
69b654b880
Metadata: re-enabled adaway, fastergps, fox.ttrss
...
License header was Google's mistake, corrected at
http://code.google.com/p/marketbilling/source/detail?r=c414a3dfef020a98afea0daffeed970940cbe86a
2012-03-09 21:40:42 +00:00
Paul Sokolovsky
a85a741d53
Update docs for 'update' and 'buildjni' with dir list support info.
2012-03-09 22:41:20 +02:00
Paul Sokolovsky
d26f2d1ffa
Allow 'update' and 'buildjni' to accept list of subdir paths to run tools within.
...
This is useful for multi-component projects (main app + libraries in separate
dirs). Older adhoc values (update=no, buildjni=yes) for both options are
retained, except that to ignore jni/ directory, buildjni=no instead of
buildjni=manual should be used now.
Also, if --verbose is given, print message about runnibg ndk-build - native
libraries can be quite big and process long, so this is useful to keep user
in loop. To achieve this, had to global'ize options.
2012-03-09 22:41:19 +02:00
Ciaran Gultnieks
fe7a37382b
Disabled FasterGPS - contains code All Rights Reserved by Google
2012-03-09 20:39:38 +00:00
Ciaran Gultnieks
7e22c0a756
Metadata: new Adaway version, but disabled - 3 files are All Rights Reserved (by Google)
2012-03-09 20:37:42 +00:00
Ciaran Gultnieks
22f9895927
Anchor correction
2012-03-09 15:20:26 +00:00
Ciaran Gultnieks
5101080424
Resolve some anomalies with build --force
2012-03-09 15:17:16 +00:00
Ciaran Gultnieks
c1bf88a8a8
Link license abbreviations on the web site to real descriptions
2012-03-09 15:16:47 +00:00
Ciaran Gultnieks
2f7e662922
Metadata: added the other ttrss client (but disabled, a source file says All Rights Reserved
2012-03-09 14:45:08 +00:00
Ciaran Gultnieks
7de2f0388b
Metadata: latest ttrssreader
2012-03-09 14:15:08 +00:00
Ciaran Gultnieks
7a47c26fd5
Recognise MIT license on Google Code in importer
2012-03-06 23:15:34 +00:00
Ciaran Gultnieks
1d62f6ec85
Recognise MIT license on Google Code in importer
2012-03-06 23:13:42 +00:00
Ciaran Gultnieks
5c5f83e9ab
Metadata: added XServer
2012-03-06 20:29:23 +00:00