autopkgtest.py Download the checksum first since it is smaller.

less-recipients
Brian Murray 6 months ago
parent 9398f75d21
commit f7eb93beb2

@ -172,8 +172,8 @@ class AutopkgtestPolicy(BasePolicy):
f = None
local_db_sha = hashlib.sha256()
try:
f = self.download_retry(self.options.adt_db_url)
chksum = self.download_retry(self.options.adt_db_url + ".sha256").read().rstrip()
f = self.download_retry(self.options.adt_db_url)
http_code = f.getcode()
# file:/// urls don't have the http niceties
if not http_code or http_code == 200:

Loading…
Cancel
Save