Lines Matching full:download
31 # to easily find all referenced assets and download them prior to
40 self.cache_dir = Path(cache_dir_env, "download")
43 ".cache", "qemu", "download")
84 # Another thread already seems to download the asset, so wait until
126 tmp_cache_file = self.cache_file.with_suffix(".download")
141 self.log.error("Unable to download %s: "
155 "deleting and retrying download...",
161 self.log.error("Unable to download %s: HTTP error %d",
167 raise AssetError(self, "Unable to download: "
172 raise AssetError(self, "Unable to download: " % e)
175 raise AssetError(self, "Download retries exceeded", transient=True)