1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-15 10:50:09 +02:00
Commit Graph

2386 Commits

Author SHA1 Message Date
Daniel Martí
d5c62d3bbd Separate lint messages into warnings and pedantic warnings 2014-03-18 12:20:40 +01:00
Daniel Martí
945d8b126f Properly use logging.warn in some places 2014-03-18 08:22:36 +01:00
Daniel Martí
5d6baedbc9 Try to fix <pre> issues on large lastbuilds 2014-03-17 14:52:01 +01:00
Daniel Martí
6cdf509c9e Capitalize gradle flavour commands to avoid confusion 2014-03-17 14:37:57 +01:00
Daniel Martí
9014206b76 Properly identify jar files 2014-03-16 23:38:00 +01:00
Ciaran Gultnieks
93987eac17 Correction to 6b309aff 2014-03-16 22:34:13 +00:00
Ciaran Gultnieks
6b309aff41 Don't use an autoname if it's not found 2014-03-16 22:12:37 +00:00
Ciaran Gultnieks
f2a1a83455 Don't look for strings in unrelated projects 2014-03-16 08:43:54 +00:00
Ciaran Gultnieks
e642561676 Extra debug logging for autoname gathering 2014-03-16 08:43:24 +00:00
Ciaran Gultnieks
44e9ee436b Simplify/unify checkupdates file write and commit message 2014-03-16 08:22:35 +00:00
Ciaran Gultnieks
e6842d0078 Formatting 2014-03-15 17:28:34 +00:00
Ciaran Gultnieks
99bf37302a Don't skip checkupdates commits due to no message 2014-03-15 17:23:20 +00:00
Daniel Martí
9962074cf3 Also strip project.properties of ant keysigning options 2014-03-13 10:31:22 +01:00
Daniel Martí
13c79e8e46 Fix buildserver build_tools version 2014-03-11 17:37:42 +01:00
Daniel Martí
7f1acadaf1 Properly default to the highest version of gradle 2014-03-11 17:33:19 +01:00
Daniel Martí
fa0f9bf1af Treat None and Static UCMs equally when doing checkupdates 2014-03-11 09:03:18 +01:00
Ciaran Gultnieks
d4d7a9957d Clarify non-auto-update error message 2014-03-11 07:55:46 +00:00
Ciaran Gultnieks
0b31a7a37c Don't do autoname when update checking is disabled
Much of that stuff has checking set to None because the source repo is
not accessible. Attempting to pull it is just filling logs with
exception messages which are likely to be masking real errors.
2014-03-11 07:53:30 +00:00
Daniel Martí
06d75f8473 Always write Auto Name changes 2014-03-11 08:32:10 +01:00
Daniel Martí
524404db61 Bump default build-tools version 2014-03-09 23:11:10 +01:00
Daniel Martí
426d85d0b8 Bump build-tools version 2014-03-07 15:38:24 +01:00
Daniel Martí
fa7b9690ec Clean up the gradle script a bit 2014-03-07 15:37:14 +01:00
Daniel Martí
3003695053 Bump sdk to 22.6 2014-03-07 15:21:28 +01:00
Daniel Martí
c76d2321f3 Add support for gradle 1.11 (and plugin ver 0.9) 2014-03-07 15:21:18 +01:00
Daniel Martí
0709df985f Update BV notation in the manual 2014-03-06 11:10:54 +01:00
Daniel Martí
19c99feb16 Don't reset a repo if its .fdroidvcs file ends with a newline 2014-03-05 13:22:58 +01:00
Daniel Martí
496d3d1650 Remove gradle wrapper binaries and scripts 2014-03-05 12:32:58 +01:00
Ciaran Gultnieks
2a7e0f4abe Same again, for native code message 2014-03-04 23:55:55 +00:00
Ciaran Gultnieks
50ee21727a Improve min/max sdk messages in repo browser 2014-03-04 23:51:26 +00:00
Ciaran Gultnieks
a7cdc69dae Fix for 28773ea 2014-03-04 23:46:25 +00:00
Ciaran Gultnieks
a082b3c631 Minor typo fix 2014-03-04 23:36:50 +00:00
Ciaran Gultnieks
78bee1990c Remove apks with no metadata (unless told to create it) 2014-03-04 23:36:50 +00:00
Daniel Martí
28773ea7de Add basic support for min/max sdk on the web repo 2014-03-04 09:22:16 +01:00
Daniel Martí
fc09d23ad0 Add basic support for abis on the web repo 2014-03-04 09:21:58 +01:00
Daniel Martí
67d75e550b Don't add an extra space to git svn clone 2014-03-02 13:39:48 +01:00
Daniel Martí
d7ca28bbbe Fix gradle patching in a more generic way 2014-02-28 11:27:10 +01:00
Ciaran Gultnieks
9d59184d94 Fix a few build-time logging levels 2014-02-27 08:55:06 +00:00
Ciaran Gultnieks
c1df8b5bef Correct error in 8d95091f 2014-02-26 15:18:28 +00:00
Ciaran Gultnieks
8d95091f4d Set ssh logging level appropriately 2014-02-25 12:46:32 +00:00
Ciaran Gultnieks
a6c1b33a8c Remove unused import 2014-02-25 12:46:22 +00:00
Ciaran Gultnieks
76492ee9da Correction to bb16e37 2014-02-23 22:37:10 +00:00
Ciaran Gultnieks
a8cf0fa724 Fix stats (broken in f3db000) 2014-02-23 22:34:27 +00:00
Daniel Martí
e13b483d99 Speed up ndk-builds by using all cores 2014-02-23 23:33:19 +01:00
Daniel Martí
a4ab105234 Look for strings in all xml dirs properly 2014-02-23 20:09:42 +01:00
Daniel Martí
858f89e3ac Update build-tools to 19.0.2 2014-02-23 12:21:28 +01:00
Daniel Martí
45bd80634c Fix srclib 'Srclibs:' regression 2014-02-23 11:57:03 +01:00
Daniel Martí
6cd34a1d21 Better gradle signingConfig patching
This fixes the building of impeller 0.8.7
2014-02-23 11:54:58 +01:00
Ciaran Gultnieks
5cd47137dd Improved some logging levels for stats 2014-02-22 10:05:07 +00:00
Ciaran Gultnieks
bb16e37a24 Improve checkupdates output further 2014-02-22 10:03:19 +00:00
Ciaran Gultnieks
cb92ea1598 Fixed some logging levels for wiki update, apk cache, etc 2014-02-22 10:00:29 +00:00