Commit graph

1215 commits

Author SHA1 Message Date
Ciaran Gultnieks
5cb5b5b9cd Support for Bitcoin field in metadata 2012-08-22 17:26:19 +01:00
Ciaran Gultnieks
817e2f2da5 Handle repository type/location changes gracefully
(by detecting the change and deleting the existing 'cached' directory)
2012-08-13 17:59:03 +01:00
Ciaran Gultnieks
58a9fc3c1a Scan for random apk files floating around in 'source code' 2012-08-13 17:58:02 +01:00
Ciaran Gultnieks
6eb2229a3b Better detection of git-svn find-rev failure 2012-07-26 09:16:41 +01:00
Ciaran Gultnieks
16679b005f Added dates for when added and last updated to repo index
Under each 'app' element there is now an 'added' and a 'lastupdated'
element with the date the application was originally added to the repo,
and when the most recent version was added. Under each 'apk' element there
is also an 'added' for that particular version. For all three of these,
the element contains just a date in YYYY-MM-DD format.
2012-07-12 21:48:59 +01:00
Ciaran Gultnieks
92befc2171 A mvn->mvn3 update missed previously 2012-06-28 12:52:17 +01:00
Ciaran Gultnieks
7377453360 Support for FlattrID field in metadata 2012-06-28 12:51:48 +01:00
Ciaran Gultnieks
5cef97e91c Additional srclib 2012-06-25 09:22:27 +01:00
Ciaran Gultnieks
29aca16dca Defined additional srclibs 2012-04-19 10:56:51 +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
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
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
f643b0498c Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
Renamed from common.py (Browse further)