PTU5KAS/kas
Claudius Heine b9032ec025 kas/config: Make 'get_repo_dict' private
Since 'get_repo_dict' does much more than just querying available
repositories, this patch makes it private.  The same data is now
available via the 'repo_dict' property. This also means that
'get_repos' is now faster, because it accesses cached data, instead of
calling 'get_repo_dict' that generates this data.

Signed-off-by: Claudius Heine <ch@denx.de>
2018-03-09 09:55:43 +01:00
..
__init__.py config: Added schema validation for configuration files 2017-10-13 14:11:10 +02:00
__main__.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
__version__.py Release 0.17.0 2018-02-08 15:49:56 +01:00
build.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
config.py kas/config: Make 'get_repo_dict' private 2018-03-09 09:55:43 +01:00
configschema.py repos: introduce a new repo conf parameter "type" 2018-01-08 17:34:59 +01:00
includehandler.py includehandler: Fix string formating issue 2018-01-02 14:26:46 +01:00
kas.py kas: added version output when starting kas 2017-10-19 17:15:26 +02:00
libcmds.py libcmds: Write MACHINE and DISTRO as weak defaults 2018-02-05 21:07:28 +01:00
libkas.py libkas: Fail run_cmd silently if command is not found 2018-01-25 19:11:43 +01:00
repos.py repos: Fix relative path for repos 2018-01-25 18:54:55 +01:00
shell.py shell: Add missing imports for CleanupSSHAgent and SetupSSHAgent 2018-01-09 14:26:47 +01:00