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
dea88269
Commit
dea88269
authored
Oct 22, 2019
by
André Anjos
💬
Browse files
[mirror] Fix syntax
parent
0436c422
Pipeline
#34637
passed with stages
in 6 minutes and 42 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/devtools/mirror.py
View file @
dea88269
...
@@ -238,7 +238,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
...
@@ -238,7 +238,7 @@ def download_packages(packages, repodata, channel_url, dest_dir, arch, dry_run):
logger
.
warning
(
'Checksum of locally downloaded '
\
logger
.
warning
(
'Checksum of locally downloaded '
\
' version of %s does not match '
\
' version of %s does not match '
\
'(actual:%r != %r:expected) - retrying '
\
'(actual:%r != %r:expected) - retrying '
\
'after %d seconds'
,
(
url
,
actual_hash
,
'after %d seconds'
,
url
,
actual_hash
,
expected_hash
,
wait_time
)
expected_hash
,
wait_time
)
os
.
unlink
(
temp_dest
)
os
.
unlink
(
temp_dest
)
time
.
sleep
(
wait_time
)
time
.
sleep
(
wait_time
)
...
...
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