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

1589 Commits

Author SHA1 Message Date
Ciaran Gultnieks
0658a9b8ac Get non-interactive bash env right 2013-08-29 21:06:18 +01:00
Daniel Martí
d5df260c88 Be more descriptive in the sample config 2013-08-29 20:22:08 +02:00
Ciaran Gultnieks
153c0c6f8f Define ANDROID_HOME on buildserver 2013-08-29 18:25:26 +01:00
Ciaran Gultnieks
68cdf05cad Correction to previous commit 2013-08-29 17:29:12 +01:00
Ciaran Gultnieks
6a7430cdca Fix gradle path/home setup on buildserver 2013-08-29 16:27:52 +01:00
Daniel Martí
33b489c65d Better CV update prints and commit messages 2013-08-29 16:17:12 +02:00
Daniel Martí
1ef558c68d Basic bash completion for fdroid verify 2013-08-29 15:26:24 +02:00
Ciaran Gultnieks
b3f3710e92 One more verification fix 2013-08-29 14:23:21 +01:00
Ciaran Gultnieks
9c8161adf1 A few more verification fixes 2013-08-29 14:22:21 +01:00
Ciaran Gultnieks
ee171ce6fd Fix verify unpacking 2013-08-29 14:16:02 +01:00
Ciaran Gultnieks
bd9a0716e9 Add verifier to available commands 2013-08-29 14:14:09 +01:00
Ciaran Gultnieks
3ed5deb391 Very simple verifier 2013-08-29 14:13:05 +01:00
Paul Sokolovsky
24af895915 Print progress messages as a build goes thru various stages.
Without this, we get bunch of messages at the start of build, which
end with "Applying patch", and then all the things hangs for several
minutes (or more, in case of network problems, etc). So, consistently
keep user aware od what's happening. Note that --verbose switch affects
deatiledness and amount of output (in particular, if it's given, "build"
command output goes to console instead of log).
2013-08-28 22:12:33 +03:00
Daniel Martí
96d91342ee Fix sha256 sums not appearing in the index 2013-08-28 08:59:38 +02:00
Ciaran Gultnieks
9137a611e0 Only do an update if the vercode changes
(mainly to work around a recently introduced issue where the name
changes and then changes straight back!)
2013-08-27 16:42:25 +01:00
Daniel Martí
09b76a0bf4 Add subdir support to gradle 2013-08-26 12:57:18 +02:00
Daniel Martí
377c9a9700 Remove md5 sums from the index (fixes: #336) 2013-08-26 10:44:52 +02:00
Daniel Martí
622b2dd739 Add missing gradle doc entries 2013-08-22 18:32:48 +02:00
Daniel Martí
b5ae1f2c85 Adapt all build.gradle files to be found. Add preassemble= 2013-08-22 18:28:30 +02:00
Daniel Martí
8578747ae3 Drop support for old description elements (deprecated one year ago) 2013-08-22 17:03:06 +02:00
Daniel Martí
76d3b56ff5 Remove a bunch of unused imports 2013-08-22 16:42:57 +02:00
Ciaran Gultnieks
4b97c0a470 Add extra-android-m2repository to buildserver 2013-08-22 09:54:01 +01:00
Ciaran Gultnieks
eec320a08d Icon resizing diagnostics/robustness 2013-08-21 21:47:48 +01:00
Ciaran Gultnieks
055a26d994 Send permissions to build server (issue #326) 2013-08-21 21:39:34 +01:00
Daniel Martí
f6554d846c Remove bin/ and gen/ in update= dirs too! 2013-08-21 16:20:27 +02:00
Daniel Martí
e6fe2d7d53 Maximum icon size is now defined in config.py 2013-08-19 11:36:26 +02:00
Daniel Martí
9f246b04cc Add -I/--icons to update 2013-08-19 11:30:54 +02:00
Daniel Martí
a1c2dc1a75 Start publishing new repo icons at max 72x72 px 2013-08-19 11:20:50 +02:00
Daniel Martí
b55060f4c7 Add support for gradle={main,yes,} 2013-08-17 15:16:13 +02:00
Daniel Martí
dfc10b64fc Fix gradle resulting apk path 2013-08-17 14:23:34 +02:00
Daniel Martí
562f539e96 When parsing manifests, default version name to "Unknown" 2013-08-15 16:01:33 +02:00
Daniel Martí
eb7a2d9e63 Yet another silly mistake 2013-08-15 15:25:05 +02:00
Daniel Martí
26c5cc0e6b Silly mistake in import.py 2013-08-15 15:14:24 +02:00
Daniel Martí
37041c506b Fix import 2013-08-15 15:09:47 +02:00
Daniel Martí
a0d3c2c80d Do not say "manifest exists" if that's not the case 2013-08-15 12:22:49 +02:00
Daniel Martí
e415db9d2c Forgot to update config.buildserver.py 2013-08-15 12:20:35 +02:00
Daniel Martí
990321d33d Fetch CV @string values at checkupdates 2013-08-15 12:15:44 +02:00
Daniel Martí
13a8b1fd0a Return none if no AM.xml paths exist 2013-08-14 15:07:26 +02:00
Daniel Martí
b395095949 Rename market to gplay 2013-08-14 14:51:17 +02:00
Daniel Martí
36f524e624 Do not duplicate verbose output when parsing metadata 2013-08-14 14:27:05 +02:00
Daniel Martí
cb1df491f4 Add --market to checkupdates 2013-08-14 14:26:55 +02:00
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