1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 22:33:25 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
f3aae4ce7f
Fix file perms. 2018-03-01 01:43:26 +01:00
thurask
eef0f755e3
pep8, pylint, isort 2018-02-10 20:38:38 -05:00
e582642936
Cleanup, moved dumpmgr class. 2018-02-11 01:48:47 +01:00
485e7b30b8
Cleanup. 2018-02-10 02:37:10 +01:00
57f3f87f70
Merge branch 'master' into rewrite 2018-02-09 23:27:39 +01:00
thurask
2adcb68a80
add force local db switches 2018-02-09 15:41:12 -05:00
fdcc16a293
Converted tclcheck_allfull.py to new style. 2018-02-09 00:17:43 +01:00
784a511708
Added standalone DumpMgr class. 2018-02-09 00:17:08 +01:00
0b7ae53861
Use new Device classes in ALL the features! 2018-02-07 01:49:44 +01:00
thurask
58a270275d
docstrings, import sorting 2018-02-05 19:03:25 -05:00
808282c347
Moved device-specific settings to own class. Only used in
tclcheck_allfull for now.
2018-02-06 00:22:24 +01:00
7332846805
Turned DevListMixin into namespaced methods. 2018-02-05 16:32:26 +01:00
thurask
1303fa863b
docstring all the things 2018-02-03 16:25:26 -05:00
thurask
da3663486a
pylint, autopep8, isort runthroughs 2018-02-03 15:24:36 -05:00
9920c13582
Moved Colorama boilerplate to ansi.py. 2018-02-03 02:15:29 +01:00
34ba8a0db0
Took a hacksaw and split tcllib into several small parts. 2018-02-03 01:36:08 +01:00
4456f76032
Start modularising tcllib. 2018-02-02 03:33:53 +01:00
thurask
f7ddf22d2d
document all args, describe all parsers, add db shortcut 2018-01-30 12:31:05 -05:00
2c506fb4e1
Only keep FULL logs if version is new. 2018-01-18 00:47:27 +01:00
42b499290c
When downloading new prds.json, display list of changes - if any. 2017-12-20 00:01:55 +01:00
99b4fd7912
Output old version for FULL search as well. Also: colour coding - OTA=yellow, FULL=cyan 2017-12-20 00:00:28 +01:00
f721d2acef
Use more Python. 2017-12-17 03:18:55 +01:00
e56599d3b4
Download latest variants and versions from web service. 2017-12-17 03:12:09 +01:00
0da722a048
Added correct URL to uploader tool. Added notice if logs collected. 2017-11-12 22:19:04 +01:00
thurask
cb1418b3f9
add prd filter to tclcheck_allfull 2017-11-03 01:25:25 -04:00
thurask
69315d8fe2
replace numeric constants with enums 2017-10-14 19:51:38 -04:00
f0c5c94ce9 Increase max_tries when scanning for updates. 2017-10-10 13:28:24 +02:00
111286dc6e
Output OTA version when newer full image is available. 2017-10-06 22:25:44 +02:00
8b7de97f84
Move retry code for checks into tcllib. 2017-10-05 23:51:07 +02:00
11370f618e
Use cyan for terminals with a prominent "grey". 2017-10-05 21:45:13 +02:00
0fcb008232 Make timeout for check configurable. 2017-10-05 17:59:08 +02:00
ab18cc66c5 Highlight full versions different to latest OTA. 2017-10-05 16:21:48 +02:00
f324f4d283 Allow to specify from-version for tclcheck_allota.py. Updated README. 2017-10-04 12:53:04 +02:00
095ba8cebb
Moved ANSI_UP_DEL to tcllib. 2017-09-27 00:39:19 +02:00
thurask
0e3ebafb2d
make escape characters semi-work on windows 2017-09-23 16:17:57 -04:00
13dc245291 Added latest OTA version to prds.txt, modified new OTA check to use that
version. New FULL check with AAA000 so catches all versions.
2017-09-19 17:12:01 +02:00