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
44852cc2
Commit
44852cc2
authored
Oct 21, 2019
by
André Anjos
💬
Browse files
[mirror] Fix minor typo in repo address
parent
2c30b848
Pipeline
#34582
passed with stages
in 4 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/mirror.py
View file @
44852cc2
...
...
@@ -200,7 +200,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
repodata
[
'packages'
][
p
][
'md5'
])
else
:
expected_hash
=
repodata
[
'packages.conda'
][
p
].
get
(
'sha256'
,
repodata
[
'packages'
][
p
][
'md5'
])
repodata
[
'packages
.conda
'
][
p
][
'md5'
])
# download package to file in our temporary directory
url
=
channel_url
+
'/'
+
arch
+
'/'
+
p
...
...
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