summaryrefslogtreecommitdiffstats
path: root/build/download/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Fix linting issues in Python scriptsBartek Grzybowski1-1/+0
Change-Id: I198340670f808d42aa6fb16de573db4a65005985 Issue-ID: INT-1667 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-07-09Fix wrong shebang in download scriptsMilan Verespej1-2/+0
Download does not support python2 so shebang could cause problem. This commit fixes that or removes shebang where not necessary. Issue-ID: OOM-1964 Change-Id: I443f5ef61b9bddfddba66d858d8f65c5ceacd90a Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-05-24Improve docker image download scriptMilan Verespej1-0/+22
This is part of the series of changes that will improve download scripts. Issue-ID: OOM-1803 Change-Id: I6606762f8e05c25132257e5612997418a9d6d701 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>