Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
4fa7f40f
Commit
4fa7f40f
authored
Oct 23, 2019
by
André Anjos
💬
Browse files
[scripts/mirror] Better use progress (too long otherwise)
parent
6e63695a
Pipeline
#34669
passed with stages
in 6 minutes and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/devtools/scripts/mirror.py
View file @
4fa7f40f
...
...
@@ -196,5 +196,5 @@ def mirror(
if
not
dry_run
:
from
conda_build.index
import
MAX_THREADS_DEFAULT
conda_build
.
api
.
update_index
([
dest_dir
],
check_md5
=
check_md5
,
progress
=
Fals
e
,
verbose
=
False
,
subdir
=
DEFAULT_SUBDIRS
,
progress
=
Tru
e
,
verbose
=
False
,
subdir
=
DEFAULT_SUBDIRS
,
threads
=
MAX_THREADS_DEFAULT
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment