PTU5KAS/kas
Claudius Heine 4940d4d580 includehandler: remove possible duplicates from the missing_repos list
I was observed that in some more evolved configurations the build
stopped because kas wanted to clone a git repository multiple times
concurrently. This failed.

This patch should prevent these issues by removing all possible
duplicates from the missing_repos list prior to returning it to the
configuration.

Signed-off-by: Claudius Heine <ch@denx.de>
2017-10-18 10:04:06 +02: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 config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
build.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00
config.py Added 'ftp_proxy' environment variable support 2017-10-16 11:03:07 +02:00
configschema.py Added 'ftp_proxy' environment variable support 2017-10-16 11:03:07 +02:00
includehandler.py includehandler: remove possible duplicates from the missing_repos list 2017-10-18 10:04:06 +02:00
kas.py entry: Consistently call python3 2017-08-31 22:31:41 +02:00
libcmds.py libcmds: Remove unused pre and post hooks 2017-09-27 10:49:35 +02:00
libkas.py libkas: do not use absolute paths when executing programs 2017-09-11 10:19:09 +02:00
repos.py Fixed issues that occured with pylint 1.7.2 2017-06-28 15:10:14 +02:00
shell.py config: Implemented multi-target support 2017-10-13 14:11:00 +02:00