chiark / gitweb /
Ciaran Gultnieks [Tue, 10 Jul 2012 11:42:06 +0000 (12:42 +0100)]
Improved donate link documentation
Ciaran Gultnieks [Thu, 28 Jun 2012 11:52:35 +0000 (12:52 +0100)]
More maven build output recognition
Ciaran Gultnieks [Thu, 28 Jun 2012 11:52:17 +0000 (12:52 +0100)]
A mvn->mvn3 update missed previously
Ciaran Gultnieks [Thu, 28 Jun 2012 11:51:48 +0000 (12:51 +0100)]
Support for FlattrID field in metadata
Ciaran Gultnieks [Mon, 25 Jun 2012 08:22:27 +0000 (09:22 +0100)]
Additional srclib
Ciaran Gultnieks [Mon, 25 Jun 2012 08:22:11 +0000 (09:22 +0100)]
Maven 3 is required, not 2
Ciaran Gultnieks [Mon, 25 Jun 2012 08:21:10 +0000 (09:21 +0100)]
Skip widget latest apps generator when data doesn't exist yet
Ciaran Gultnieks [Mon, 23 Apr 2012 11:51:14 +0000 (12:51 +0100)]
Basic update processing documentation
Ciaran Gultnieks [Thu, 19 Apr 2012 09:57:12 +0000 (10:57 +0100)]
Fixed exception handling in checkupdates command
Ciaran Gultnieks [Thu, 19 Apr 2012 09:56:51 +0000 (10:56 +0100)]
Defined additional srclibs
Ciaran Gultnieks [Thu, 19 Apr 2012 09:56:09 +0000 (10:56 +0100)]
Minor license clarification in docs
Ciaran Gultnieks [Sun, 8 Apr 2012 13:07:01 +0000 (14:07 +0100)]
Added license and vcs type analysis to stats
Ciaran Gultnieks [Sun, 8 Apr 2012 12:00:57 +0000 (13:00 +0100)]
Various documentation updates
Ciaran Gultnieks [Sun, 8 Apr 2012 12:00:07 +0000 (13:00 +0100)]
Allow sdk and ndk path substitution in init command too
Ciaran Gultnieks [Sun, 8 Apr 2012 08:08:24 +0000 (09:08 +0100)]
Changed maven target to 'package' and disabled signing
Ciaran Gultnieks [Sun, 8 Apr 2012 08:07:39 +0000 (09:07 +0100)]
Allow SDK and NDK paths to be subsituted into prebuild commands
Ciaran Gultnieks [Sun, 8 Apr 2012 08:07:08 +0000 (09:07 +0100)]
Add new srclib for bitcoinj wallet clone
Ciaran Gultnieks [Thu, 5 Apr 2012 22:35:39 +0000 (23:35 +0100)]
Recognise build output with space in filename (and show full output in verbose mode)
Ciaran Gultnieks [Tue, 3 Apr 2012 20:13:51 +0000 (21:13 +0100)]
Import support for bare git:// protocol
Ciaran Gultnieks [Tue, 3 Apr 2012 19:50:36 +0000 (20:50 +0100)]
Tolerate trailing / on github import
Ciaran Gultnieks [Fri, 23 Mar 2012 16:41:20 +0000 (16:41 +0000)]
Added git-svn requirement to docs
Ciaran Gultnieks [Thu, 15 Mar 2012 16:37:51 +0000 (16:37 +0000)]
Merge commit 'refs/merge-requests/88' of git://gitorious.org/f-droid/fdroidserver into merge-requests/88
Conflicts:
fdroidserver/build.py
Ciaran Gultnieks [Thu, 15 Mar 2012 16:35:20 +0000 (16:35 +0000)]
Merge commit 'refs/merge-requests/87' of git://gitorious.org/f-droid/fdroidserver into merge-requests/87
Tias Guns [Wed, 14 Mar 2012 23:59:05 +0000 (23:59 +0000)]
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?
Paul Sokolovsky [Tue, 13 Mar 2012 18:26:40 +0000 (20:26 +0200)]
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'.
Tias Guns [Mon, 12 Mar 2012 21:11:45 +0000 (21:11 +0000)]
build.py: pass options.verbose all the way to common.prepare_source
Tias Guns [Mon, 12 Mar 2012 21:08:43 +0000 (21:08 +0000)]
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.)
Tias Guns [Mon, 12 Mar 2012 21:05:12 +0000 (21:05 +0000)]
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
Ciaran Gultnieks [Mon, 12 Mar 2012 20:31:58 +0000 (20:31 +0000)]
--help is canonical
Ciaran Gultnieks [Mon, 12 Mar 2012 20:30:04 +0000 (20:30 +0000)]
Merge commit 'refs/merge-requests/86' of git://gitorious.org/f-droid/fdroidserver into merge-requests/86
Ciaran Gultnieks [Mon, 12 Mar 2012 20:17:37 +0000 (20:17 +0000)]
Fix getsig referencing
Tias Guns [Sun, 11 Mar 2012 21:59:25 +0000 (21:59 +0000)]
scanner: use -p check like in build.py, give error if package does not exist
Tias Guns [Sun, 11 Mar 2012 21:35:17 +0000 (21:35 +0000)]
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
Tias Guns [Sun, 11 Mar 2012 21:30:17 +0000 (21:30 +0000)]
checkupdates: use -p check like in build.py, give error if package does not exist
Tias Guns [Sun, 11 Mar 2012 21:15:17 +0000 (21:15 +0000)]
fdroid.py: a pointer to the -h option of commands
Tias Guns [Sun, 11 Mar 2012 21:09:32 +0000 (21:09 +0000)]
fdroid.py: list commands when not giving a right command (I used ./fdroid -h and expected actual info, even if -h is not valid
Ciaran Gultnieks [Sun, 11 Mar 2012 21:14:04 +0000 (21:14 +0000)]
Added documentation for the Category metadata field
Ciaran Gultnieks [Sun, 11 Mar 2012 21:03:55 +0000 (21:03 +0000)]
Updated docs for separate server tools and data repositories
Ciaran Gultnieks [Sun, 11 Mar 2012 13:17:37 +0000 (13:17 +0000)]
Moved the upload scripts to a proper command
Ciaran Gultnieks [Sun, 11 Mar 2012 12:53:13 +0000 (12:53 +0000)]
Move getsig into the package
Ciaran Gultnieks [Sun, 11 Mar 2012 12:03:45 +0000 (12:03 +0000)]
Shouldn't need to .gitignore those any more
Ciaran Gultnieks [Sun, 11 Mar 2012 12:02:37 +0000 (12:02 +0000)]
Metadata is now in the fdroiddata repo
Ciaran Gultnieks [Sun, 11 Mar 2012 12:00:01 +0000 (12:00 +0000)]
The build and stats directory is now in the fdroiddata repo
Ciaran Gultnieks [Sun, 11 Mar 2012 11:59:19 +0000 (11:59 +0000)]
Make the server tools an installable package (with distutils) - wip
Ciaran Gultnieks [Sat, 10 Mar 2012 20:13:13 +0000 (20:13 +0000)]
Merge commit 'refs/merge-requests/85' of git://gitorious.org/f-droid/fdroidserver into merge-requests/85
Ciaran Gultnieks [Sat, 10 Mar 2012 20:06:32 +0000 (20:06 +0000)]
Metadata: removed disabled flag from cmis
Ciaran Gultnieks [Sat, 10 Mar 2012 20:03:52 +0000 (20:03 +0000)]
Merge commit 'refs/merge-requests/83' of git://gitorious.org/f-droid/fdroidserver into merge-requests/83
Ciaran Gultnieks [Sat, 10 Mar 2012 20:01:02 +0000 (20:01 +0000)]
Merge commit 'refs/merge-requests/84' of git://gitorious.org/f-droid/fdroidserver into merge-requests/84
Ciaran Gultnieks [Sat, 10 Mar 2012 20:00:17 +0000 (20:00 +0000)]
Stats, etc
Paul Sokolovsky [Sat, 10 Mar 2012 17:38:07 +0000 (19:38 +0200)]
Add prboom4android - PrBoom (Doom) port.
http://code.google.com/p/prboom4android
Paul Sokolovsky [Sat, 10 Mar 2012 17:13:26 +0000 (19:13 +0200)]
Add Tttris - A Tetris clone.
http://code.google.com/p/tttris
Ciaran Gultnieks [Sat, 10 Mar 2012 13:36:37 +0000 (13:36 +0000)]
Metadata: various version updates
Ciaran Gultnieks [Sat, 10 Mar 2012 13:35:44 +0000 (13:35 +0000)]
Metadata: remove pre-built native libs from adaway
Ciaran Gultnieks [Sat, 10 Mar 2012 13:30:24 +0000 (13:30 +0000)]
Metadata: org.ttrssreader back a version
Ciaran Gultnieks [Sat, 10 Mar 2012 12:50:57 +0000 (12:50 +0000)]
Documentation for update check mode and current version fields
Ciaran Gultnieks [Sat, 10 Mar 2012 12:50:34 +0000 (12:50 +0000)]
New update checking mode
Ciaran Gultnieks [Sat, 10 Mar 2012 12:37:18 +0000 (12:37 +0000)]
Metadata: added non-fre dependency to metadata for trafikinfo
Ciaran Gultnieks [Sat, 10 Mar 2012 11:42:27 +0000 (11:42 +0000)]
Metadata: new version of FreeFall
Ciaran Gultnieks [Fri, 9 Mar 2012 21:40:42 +0000 (21:40 +0000)]
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
Paul Sokolovsky [Wed, 7 Mar 2012 06:54:47 +0000 (08:54 +0200)]
Update docs for 'update' and 'buildjni' with dir list support info.
Paul Sokolovsky [Wed, 7 Mar 2012 06:46:56 +0000 (08:46 +0200)]
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.
Ciaran Gultnieks [Fri, 9 Mar 2012 20:39:38 +0000 (20:39 +0000)]
Disabled FasterGPS - contains code All Rights Reserved by Google
Ciaran Gultnieks [Fri, 9 Mar 2012 20:37:42 +0000 (20:37 +0000)]
Metadata: new Adaway version, but disabled - 3 files are All Rights Reserved (by Google)
Ciaran Gultnieks [Fri, 9 Mar 2012 15:20:26 +0000 (15:20 +0000)]
Anchor correction
Ciaran Gultnieks [Fri, 9 Mar 2012 15:17:16 +0000 (15:17 +0000)]
Resolve some anomalies with build --force
Ciaran Gultnieks [Fri, 9 Mar 2012 15:16:47 +0000 (15:16 +0000)]
Link license abbreviations on the web site to real descriptions
Ciaran Gultnieks [Fri, 9 Mar 2012 14:45:08 +0000 (14:45 +0000)]
Metadata: added the other ttrss client (but disabled, a source file says All Rights Reserved
Ciaran Gultnieks [Fri, 9 Mar 2012 14:15:08 +0000 (14:15 +0000)]
Metadata: latest ttrssreader
Ciaran Gultnieks [Tue, 6 Mar 2012 23:15:34 +0000 (23:15 +0000)]
Recognise MIT license on Google Code in importer
Ciaran Gultnieks [Tue, 6 Mar 2012 23:13:42 +0000 (23:13 +0000)]
Recognise MIT license on Google Code in importer
Ciaran Gultnieks [Tue, 6 Mar 2012 20:29:23 +0000 (20:29 +0000)]
Metadata: added XServer
Ciaran Gultnieks [Tue, 6 Mar 2012 19:55:40 +0000 (19:55 +0000)]
Ability to run a scan but avoid slow svn repos
Ciaran Gultnieks [Tue, 6 Mar 2012 19:55:14 +0000 (19:55 +0000)]
Metadata: added E Numbers
Ciaran Gultnieks [Tue, 6 Mar 2012 19:54:37 +0000 (19:54 +0000)]
Exclude .hg directory from scans, it can contain jars that were removed
Ciaran Gultnieks [Tue, 6 Mar 2012 19:50:19 +0000 (19:50 +0000)]
Scan for suspicious class loading
Ciaran Gultnieks [Tue, 6 Mar 2012 19:43:29 +0000 (19:43 +0000)]
Added importer support for bitbucket repos
Ciaran Gultnieks [Tue, 6 Mar 2012 13:26:20 +0000 (13:26 +0000)]
Metadata: mods to make Dongsa build
Ciaran Gultnieks [Tue, 6 Mar 2012 13:02:17 +0000 (13:02 +0000)]
Merge commit 'refs/merge-requests/80' of git://gitorious.org/f-droid/fdroidserver into merge-requests/80
Dan Bravender [Tue, 6 Mar 2012 12:24:43 +0000 (21:24 +0900)]
Added Dongsa Korean verb conjugator
Ciaran Gultnieks [Mon, 5 Mar 2012 20:39:14 +0000 (20:39 +0000)]
Metadata: version updates
Ciaran Gultnieks [Sun, 4 Mar 2012 11:23:07 +0000 (11:23 +0000)]
Metadata: set update check mode for PageTurner
Ciaran Gultnieks [Sat, 3 Mar 2012 13:34:21 +0000 (13:34 +0000)]
Temporarily shrunk the Sanity description - reveals a bug in the client
Ciaran Gultnieks [Sat, 3 Mar 2012 11:01:41 +0000 (11:01 +0000)]
Pesky carriage returns
Ciaran Gultnieks [Sat, 3 Mar 2012 10:56:28 +0000 (10:56 +0000)]
Show categories on web site from data, not hard-coded
Ciaran Gultnieks [Sat, 3 Mar 2012 10:40:04 +0000 (10:40 +0000)]
Metadata: changed category from Readers to Reading and added additional applications
Paul Sokolovsky [Fri, 2 Mar 2012 17:07:57 +0000 (19:07 +0200)]
Open "Science & Education" category with couple of initial apps.
Paul Sokolovsky [Fri, 2 Mar 2012 17:03:50 +0000 (19:03 +0200)]
Carpenter's level is for sure not a game, move to Office
(Office to be renamed to Office & Productivity).
Paul Sokolovsky [Fri, 2 Mar 2012 16:59:47 +0000 (18:59 +0200)]
Move apps clearly involved with phone/SMS functions to corresponding category.
Paul Sokolovsky [Fri, 2 Mar 2012 16:52:59 +0000 (18:52 +0200)]
Move ebook applications to "Readers" category.
Ciaran Gultnieks [Fri, 2 Mar 2012 12:47:43 +0000 (12:47 +0000)]
Merge commit 'refs/merge-requests/79' of git://gitorious.org/f-droid/fdroidserver into merge-requests/79
Ciaran Gultnieks [Fri, 2 Mar 2012 12:17:29 +0000 (12:17 +0000)]
Metadata: pdfview - if you need bash, say so
Ciaran Gultnieks [Fri, 2 Mar 2012 11:56:41 +0000 (11:56 +0000)]
Merge commit 'refs/merge-requests/76' of git://gitorious.org/f-droid/fdroidserver into merge-requests/76
Ciaran Gultnieks [Fri, 2 Mar 2012 11:48:02 +0000 (11:48 +0000)]
Stats, etc.
Ciaran Gultnieks [Fri, 2 Mar 2012 11:46:41 +0000 (11:46 +0000)]
Additional blob to scan for
Ciaran Gultnieks [Fri, 2 Mar 2012 11:46:05 +0000 (11:46 +0000)]
Metadata: version updates
Ciaran Gultnieks [Fri, 2 Mar 2012 11:45:19 +0000 (11:45 +0000)]
Metadata: added (disabled, wip) hedgewars metadata
Nicolas Raoul [Fri, 2 Mar 2012 11:07:35 +0000 (20:07 +0900)]
Added CMIS Browser. Disabled because error, probably error in my metadata rather than error in the app itself
Ciaran Gultnieks [Thu, 1 Mar 2012 20:56:21 +0000 (20:56 +0000)]
Metadata: enabled Sanity
Ciaran Gultnieks [Thu, 1 Mar 2012 17:59:58 +0000 (17:59 +0000)]
Metadata: version updates
Ciaran Gultnieks [Thu, 1 Mar 2012 16:20:38 +0000 (16:20 +0000)]
Metadata: added Sanity (but disabled)