Use upper-case md5sums file name 53/181853/1
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 21 Nov 2017 12:07:04 +0000 (13:07 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 8 Dec 2017 11:19:25 +0000 (12:19 +0100)
Change-Id: Ic7d1b8fc56ebb492404dc4153aa0d3846f776d14

tsp/scripts/download_all.py

index e640a91..05b1254 100755 (executable)
@@ -223,7 +223,7 @@ class Downloader(threading.Thread):
 
     def check_md5(self, md5sum_url):
         logging.debug("Checking md5sum")
-        md5_file = "md5sums"
+        md5_file = "MD5SUMS"
         md5_path = self.name + "/" + md5_file
         subprocess.call(["wget", md5sum_url, "-qO", md5_path])
         subprocess.call(["sed", "-e", "/\(ks\|json\|log\|xml\|-default\|packages\)/d", "-i", md5_path])