Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
6e63695a
Commit
6e63695a
authored
Oct 23, 2019
by
André Anjos
💬
Browse files
[mirror] Do not show progress during execution
parent
38b73717
Pipeline
#34667
passed with stages
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/mirror.py
View file @
6e63695a
...
...
@@ -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
=
Tru
e
,
verbose
=
False
,
subdir
=
DEFAULT_SUBDIRS
,
progress
=
Fals
e
,
verbose
=
False
,
subdir
=
DEFAULT_SUBDIRS
,
threads
=
MAX_THREADS_DEFAULT
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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