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

1619 Commits

Author SHA1 Message Date
Daniel Martí
89a4e17c3b Added myself to copyright notices 2013-09-28 21:06:33 +02:00
Daniel Martí
5adcd129f6 Always run 'clean' on ant and gradle projects too 2013-09-27 10:50:56 +02:00
Daniel Martí
b70bcbfd23 Sed signing configs out of build.gradle files 2013-09-22 23:26:48 +02:00
Daniel Martí
43209c1e76 Add issue page to github repos on import 2013-09-22 23:26:39 +02:00
Daniel Martí
e3682bd5a8 Fix many cases of UCM for Gradle 2013-09-21 19:43:31 +02:00
Daniel Martí
42285e560a Add tools dir. New tool: categorycount 2013-09-18 00:11:35 +02:00
Daniel Martí
eb7d2dceab Bump sample values for newer ndk/build-tools versions 2013-09-17 20:24:25 +02:00
Daniel Martí
a35ff3e154 Also finish at quotes when using import -u 2013-09-16 14:25:39 +02:00
Daniel Martí
4193caa0d4 Remove all bin dirs on update= dirs, be more verbose 2013-09-16 12:53:27 +02:00
Daniel Martí
c4237fe732 Fixes to gotorevision(None)
Up until now, this would do nothing in most cases
2013-09-15 23:20:42 +02:00
Daniel Martí
9257690f95 Allow for leading and trailing whitespaces in ';'-separated lists (e.g. update= abc ; def ; ...) 2013-09-11 13:45:02 +02:00
Daniel Martí
fba8fb839c Allow spaces before/after field key names 2013-09-11 01:07:51 +02:00
Ciaran Gultnieks
f19531e742 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-09-09 08:49:52 +01:00
Daniel Martí
c52203f87d Save all commit updates in an array, loop over them later 2013-09-06 23:36:10 +02:00
Daniel Martí
4ffd3aefa5 commitupdates now uses git commit -e (invokes editor) 2013-09-06 23:28:11 +02:00
Daniel Martí
c87e6b0c16 Do not search and replace metadata/ and .txt 2013-09-06 23:13:45 +02:00
Daniel Martí
e966634bc0 New aliased completion: fdroid checkupdates -p 2013-09-06 22:51:04 +02:00
Daniel Martí
fed04a0429 Don't print all metadata reads; Only print when an exception is present 2013-09-06 22:38:36 +02:00
Daniel Martí
94b083063a Add UCM:Tags support to hg 2013-09-06 20:33:47 +02:00
Ciaran Gultnieks
0d2a7ba4f8 No colon in wiki app page names 2013-09-05 10:32:33 +01:00
Daniel Martí
277788898e Only change Auto Name if new release 2013-09-04 18:25:29 +02:00
Daniel Martí
a5704e5655 Finish -v/--verbose output+error handling 2013-09-04 16:45:19 +02:00
Ciaran Gultnieks
712be5703d Fix output changes fixes 2013-09-04 08:18:16 +01:00
Daniel Martí
438c2dfa85 Fix ant builds with recent output changes 2013-09-02 23:14:12 +02:00
Daniel Martí
d59c0f64f9 maven=yes defaults to bindir=[subdir]/target 2013-09-02 19:05:13 +02:00
Daniel Martí
333c4af9f5 Revert "Always print output directly if -v/--verbose"
This reverts commit 9e09088245.
2013-09-01 17:45:09 +02:00
Daniel Martí
03b54e8506 Fixes to gradle builds
It now adapts/seds all build.gradle files under build_dir, i.e. the root dir
(even if subdir is used). This is very necessary when libraries are under
parent directories or when a father build.gradle file exists.
2013-09-01 11:56:57 +02:00
Daniel Martí
9e09088245 Always print output directly if -v/--verbose 2013-09-01 11:50:35 +02:00
Ciaran Gultnieks
8e2b5837d5 Improve verification output with stats, etc 2013-08-30 11:06:36 +01:00
Ciaran Gultnieks
68f399832d Correct old error message 2013-08-29 22:58:49 +01:00
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