Commit Graph
1548 Commits
Author SHA1 Message Date
Daniel Martí 40d5191a0a Remove UCM:Market 2013-08-14 13:39:00 +02:00
Daniel Martí 2fdd274580 Merge branch 'gradle' (finally!)
Conflicts:
	fdroidserver/checkupdates.py
2013-08-14 12:03:19 +02:00
Daniel Martí b1c90ace71 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-08-14 11:46:15 +02:00
Ciaran Gultnieks 69ff89d361 Make RepoManifest work with gradle (at least for simple cases) 2013-08-14 08:49:27 +01:00
Daniel Martí 4cb7e340d1 Small fix 2013-08-13 20:04:44 +02:00
Daniel Martí a23fb27155 Forgot to remove debugging prints 2013-08-13 16:00:51 +02:00
Daniel Martí 0ad09f6481 Improve checkupdates further, Auto Name works with gradle 2013-08-13 15:58:43 +02:00
Daniel Martí 1fcb56b946 Use last found package name if none found 2013-08-13 15:25:47 +02:00
Daniel Martí bc27ebcb82 Implement --install for gradle, add compilesdk= 2013-08-13 15:20:11 +02:00
Daniel Martí cf47e151f7 Small fixes to checkupdates 2013-08-13 14:51:40 +02:00
Daniel Martí 578e030ee6 Try and adapt checkupdates to gradle better 2013-08-13 12:02:48 +02:00
Ciaran Gultnieks 08380bfacc Install gradle 1.7 to buildserver (untested, may need some extra config) 2013-08-09 19:37:13 +01:00
Daniel Martí 1e7bfc9864 Don't run gradle during checkudpates. Use whatever can be found. 2013-08-09 17:15:27 +02:00
Daniel Martí 705a05f4c1 Market is broken, don't default to it 2013-08-08 16:47:26 +02:00
Daniel Martí 1d046790bb Merge changes from the master branch 2013-08-08 13:02:11 +02:00
Daniel Martí ece2ece071 Deprecate aapt_path in favour of sdk_path + build_tools 2013-08-08 13:00:02 +02:00
Daniel Martí d86a68b858 Fix gradle checkupdates with tags and RM. new settings. 2013-08-08 12:55:48 +02:00
Ciaran Gultnieks 8cf3b9ec5d Add build tools 18.0.1 2013-08-08 11:43:15 +01:00
Ciaran Gultnieks a2e81658ef Add sdk android-18 2013-08-08 11:11:48 +01:00
Ciaran Gultnieks 77917e93c0 Need to create build-tools directory when using non-cached install 2013-08-08 10:16:51 +01:00
Daniel Martí 7d1f2b68b9 Proper apk path for gradle 2013-08-05 20:01:02 +02:00
Daniel Martí 89a9447a8c Use src/ rather than source/ 2013-08-03 18:53:01 +02:00
Daniel Martí 8c8a20bcb1 Merge master into gradle 2013-08-03 18:37:29 +02:00
Daniel Martí c39ba28c01 Be more verbose when doing checkupdates 2013-08-03 18:34:35 +02:00
Daniel Martí 7ff2fafb1b Print which srclib are we updating 2013-08-03 18:18:10 +02:00
Daniel Martí 8866724f05 Use new manifest path function in checkupdates 2013-08-03 18:08:49 +02:00
Daniel Martí f1c1971c88 join needs a list 2013-08-03 17:46:55 +02:00
Daniel Martí e0174654f8 Try and feed the right gradle apk 2013-08-03 17:45:11 +02:00
Daniel Martí dbe0d1ec26 Fix gradle command 2013-08-03 17:32:39 +02:00
Daniel Martí 946e42fe71 Try to fix subprocess crash 2013-08-03 17:19:23 +02:00
Daniel Martí a5b8659632 New gradle=[flavour] field 2013-08-03 17:07:55 +02:00
Daniel Martí 59e212d7a3 Try and use new gradle AM.xml path 2013-08-03 16:44:14 +02:00
Daniel Martí a49b405780 Remove deprecated parameter 2013-07-31 19:51:02 +02:00
Frans Gifford e0e6e711c3 Use config.py to locate aapt
This uses aapt_path in config.py to locate the aapt command. The latest
Android SDK moved aapt out of platform-tools/ causing builds which depend
on this path to fail.

Signed-off-by: Frans Gifford <frans.gifford@cs.ox.ac.uk>
2013-07-31 19:51:02 +02:00
Ciaran Gultnieks f51e4f805e Cats paw on keyboard to accept license 2013-07-31 17:46:31 +01:00
Ciaran Gultnieks 73c3a78fc6 Wait a sec before snapshot 2013-07-31 17:39:56 +01:00
Ciaran Gultnieks 7f43aa376b Remove separate jdk installation from buildserver 2013-07-31 17:15:42 +01:00
Ciaran Gultnieks c968a2856c Fix nativecode in index properly (probably) 2013-07-22 15:12:33 +01:00
Ciaran Gultnieks 6cd5d0d667 Revert "Try to fix nativecode issues on index"
This reverts commit de7b117c98.
2013-07-22 15:12:33 +01:00
Daniel Martí 9f192ae920 Fix UCM:Market version name matching 2013-07-21 15:01:41 +02:00
Daniel Martí 94e6e416a6 Build success specifies app and version now 2013-07-20 13:32:47 +02:00
Daniel Martí de7b117c98 Try to fix nativecode issues on index 2013-07-19 11:47:35 +02:00
Ciaran Gultnieks c395e3ae68 Check error state suspending clean build server 2013-07-19 07:13:18 +01:00
Ciaran Gultnieks 81244971ae Transfer .fdroidvcs info to build server 2013-07-18 21:56:37 +01:00
Ciaran Gultnieks ba91016168 Change suggested virtualbox package name 2013-07-18 12:40:25 +01:00
Ciaran Gultnieks 479d1a4dd6 Update manual re makebuildserver config, to match mvdan's recent changes 2013-07-18 12:12:11 +01:00
Ciaran Gultnieks f9d131958a Link to app's wiki page from repo browse page 2013-07-16 16:28:26 +01:00
Ciaran Gultnieks 81faf2fb04 Revert "import doesn't work for bitbucket any more"
This reverts commit 2a21d0f - this just needs fixing (i.e. updating
to take into account their change of site layout, which it has to
scrape to get some information), raither than removing from the
documentation. See issue #143
2013-07-16 10:20:33 +01:00
Ciaran Gultnieks cf35572513 Show auto-update mode on wiki (issue #145) 2013-07-16 09:43:35 +01:00
Ciaran Gultnieks e676e34c12 The novcheck option should not bypass package id checking 2013-07-15 14:14:24 +01:00