mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Download tgz
This commit is contained in:
parent
3a6857e106
commit
5046b39d58
@ -102,7 +102,7 @@ def dowload_build_with_progress(url, path):
|
||||
|
||||
def download_builds(result_path, build_urls):
|
||||
for url in build_urls:
|
||||
if url.endswith('.deb'):
|
||||
if url.endswith('.tgz'):
|
||||
fname = os.path.basename(url)
|
||||
logging.info("Will download %s to %s", fname, result_path)
|
||||
dowload_build_with_progress(url, os.path.join(result_path, fname))
|
||||
|
Loading…
Reference in New Issue
Block a user