Skip to content
Snippets Groups Projects
Commit 4fa7f40f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts/mirror] Better use progress (too long otherwise)

parent 6e63695a
No related branches found
No related tags found
No related merge requests found
Pipeline #34669 passed
...@@ -196,5 +196,5 @@ def mirror( ...@@ -196,5 +196,5 @@ def mirror(
if not dry_run: if not dry_run:
from conda_build.index import MAX_THREADS_DEFAULT from conda_build.index import MAX_THREADS_DEFAULT
conda_build.api.update_index([dest_dir], check_md5=check_md5, conda_build.api.update_index([dest_dir], check_md5=check_md5,
progress=False, verbose=False, subdir=DEFAULT_SUBDIRS, progress=True, verbose=False, subdir=DEFAULT_SUBDIRS,
threads=MAX_THREADS_DEFAULT) threads=MAX_THREADS_DEFAULT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment