Commit graph

238 commits

Author SHA1 Message Date
Hans-Christoph Steiner
998011d535 fix PEP8 "E231 missing whitespace after ','" 2014-05-06 11:45:02 -04:00
Hans-Christoph Steiner
f1812d5935 fix PEP8 "E203 whitespace before ':' or ','" 2014-05-06 11:45:02 -04:00
Daniel Martí
63ce679a9d Also remove 'disable' from auto-update builds 2014-04-29 16:06:24 +02:00
Daniel Martí
bb4211b0be Revert "Don't auto update apps with the latest build disabled"
This reverts commit 32ae8bc565.
2014-04-29 00:00:40 +02:00
Daniel Martí
00fa44e916 Only do the latest five tags when using UCM:Tags on git 2014-04-17 21:05:18 +02:00
Daniel Martí
b23b560c72 Also show error messages when coming from UCM:Tags 2014-03-21 19:19:17 +01:00
Daniel Martí
90d60cc8ff Properly show checkupdates error messages 2014-03-21 19:11:21 +01:00
Daniel Martí
685eb188b1 Fix checkupdates appid managing 2014-03-21 19:11:08 +01:00
Daniel Martí
758f88af7b Don't use 'yes' as flavour 2014-03-21 19:10:50 +01:00
Daniel Martí
0b50566f0f Add "Update Check Name" for Tags/RM apps that programmatically change their appid 2014-03-18 23:37:15 +01:00
Ciaran Gultnieks
6b309aff41 Don't use an autoname if it's not found 2014-03-16 22:12:37 +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í
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
Ciaran Gultnieks
76492ee9da Correction to bb16e37 2014-02-23 22:37:10 +00:00
Ciaran Gultnieks
bb16e37a24 Improve checkupdates output further 2014-02-22 10:03:19 +00:00
Ciaran Gultnieks
37dda9414c Add --quiet option, restricting output to warnings/errors 2014-02-22 09:46:24 +00:00
Ciaran Gultnieks
5920d636dc Fix some checkupdates logging levels 2014-02-22 09:32:29 +00:00
Ciaran Gultnieks
75b787b9ce Revert "Avoid auto-name exception noise"
This reverts commit ce8bca7971.
2014-02-22 09:13:00 +00:00
Ciaran Gultnieks
ce8bca7971 Avoid auto-name exception noise 2014-02-22 09:11:50 +00:00
Daniel Martí
32ae8bc565 Don't auto update apps with the latest build disabled 2014-02-19 11:05:55 +01:00
Daniel Martí
24cd80ae80 Forgot a dev print (again) 2014-02-10 12:21:42 +01:00
Daniel Martí
409188a4e5 Simplify 'Tags <pattern>' by using regex on top of vcs.gettags()
This automagically enables support for pattern-based tags for all vcs types
that support Tags
2014-02-10 12:20:22 +01:00
Daniel Martí
08607a3cd4 Support UCM:Tags <pattern> using git tag -l <pattern> 2014-02-10 11:29:12 +01:00
Daniel Martí
2f93ba9bd6 Merge branch 'master' into logging
Conflicts:
	fdroidserver/common.py
2014-01-28 14:14:59 +01:00
Daniel Martí
3687147997 Update my own copyright notices 2014-01-28 14:07:19 +01:00
Daniel Martí
1b743e8b74 More logging 2014-01-27 21:49:29 +01:00
Daniel Martí
d04d4cc24c Also catch cases where stored is e.g. None 2014-01-15 17:45:47 +01:00
Jean Privat
934037fe3c checkupdates --gplay: inform if not bigger but different version
Could be useful to detect some potential issues.
eg. if comparison with LooseVersion is too lose or if there is some
renumbering in the application.

This is activated only if options.verbose is set

Signed-off-by: Jean Privat <jean@pryen.org>
2014-01-15 11:33:35 -05:00
Jean Privat
01c45a054d checkupdates --gplay: handle the case when Current Version is empty
Signed-off-by: Jean Privat <jean@pryen.org>
2014-01-15 11:33:35 -05:00
Jean Privat
ff523a6425 checkupdates --gplay: missing reason crashes print
Signed-off-by: Jean Privat <jean@pryen.org>
2014-01-15 09:03:09 -05:00
Ciaran Gultnieks
2ac595e4ec A little bit of extra checkupdates diagnostics 2014-01-07 13:40:02 +00:00
Daniel Martí
7f6761c436 Improve checkupdates regex, support quotes better for build.gradle 2014-01-07 10:04:11 +01:00
Daniel Martí
27c7990261 Forgot one --package line on build.py 2013-12-20 18:44:39 +01:00
Daniel Martí
99b5d5e387 Get rid of more unnecessary finds 2013-12-20 09:42:10 +01:00
Daniel Martí
8f3a2d4355 Add some remaining help strings 2013-12-19 23:18:27 +01:00
Daniel Martí
61def95320 Adapt publish to new format, improve completion 2013-12-19 22:55:17 +01:00
Daniel Martí
3aec0aacd7 Adapt checkupdates 2013-12-19 17:05:40 +01:00
Ciaran Gultnieks
d0bc41da49 Improve checkupdates error message 2013-12-11 09:28:31 +00:00
Ciaran Gultnieks
12dbc82c37 Fix checkupdates (broken since 996f14) 2013-12-04 14:23:26 +00:00
Daniel Martí
996f141da8 Make app and version name formats a standard 2013-12-02 15:35:25 +01:00
Daniel Martí
fb38eb6b8c First metadata checks rewrite; New metadata.py module 2013-11-19 15:35:16 +01:00
Daniel Martí
be0b215ead Fix auto names for apps using RM/branch 2013-11-13 17:31:53 +01:00
Ciaran Gultnieks
080536467b Only print 'Nothing to do' in verbose mode 2013-11-09 15:39:12 +00:00
Daniel Martí
6e0ad365d0 Don't pass config variables as arguments - much simpler code 2013-11-08 20:44:27 +01:00