Daniel Martí
49208b257d
Always run read_srclibs as part of read_metadata
2014-06-30 14:39:52 +02:00
Daniel Martí
4e153cc60d
Error if UCM:Tags is used with git-svn without tags set up
2014-06-26 12:41:50 +02:00
Daniel Martí
3690b89e0a
Fix crash in checkupdates with auto-updates
2014-06-04 13:29:01 +02:00
Daniel Martí
3d72c30fe5
Use ordered dicts for defaults in apps and builds
2014-05-31 23:54:50 +02:00
Hans-Christoph Steiner
2f3022ff65
fix PEP8 E128 continuation line under-indented for visual indent
2014-05-29 13:10:28 -04:00
Daniel Martí
0f0ccdb1e1
Fix some more pep8 warnings
2014-05-28 09:33:14 +02:00
Daniel Martí
5bbbda71a3
Also use srclibs in checkupdates
...
Needed when Repo Type is srclib
2014-05-27 09:53:58 +02:00
Ciaran Gultnieks
277d95f57d
Fix several read_metadata-related issues
...
Various calls with the wrong parameters, and also an unused parameter on
the function itself.
2014-05-20 17:48:45 +01:00
Ciaran Gultnieks
0113f85448
Add ability to ignore updates based on version name matching
2014-05-13 20:04:22 +01:00
Hans-Christoph Steiner
37d6d87ff7
fix PEP8 "E226 missing whitespace around arithmetic operator"
2014-05-06 14:36:33 -04:00
Hans-Christoph Steiner
0e00b36db5
fix PEP8 E124/E125/126/127/128 indentation issues
...
* E124 closing bracket does not match visual indentation
* E125 continuation line does not distinguish itself from next logical line
* E126 continuation line over-indented for hanging indent
* E127 continuation line over-indented for visual indent
* E128 continuation line under-indented for visual indent
2014-05-06 14:36:33 -04:00
Hans-Christoph Steiner
aa5f317c26
fix PEP8 "W391 blank line at end of file"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
16dc3b27d6
fix PEP8 "E303 too many blank lines (2)"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
3f4f7a544b
fix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 11:45:03 -04:00
Hans-Christoph Steiner
2f2618e06c
fix PEP8 "E401 multiple imports on one line"
2014-05-06 11:45:03 -04:00
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