Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --network-retries=N to ostree pull #1659

Closed
jlebon opened this issue Jun 28, 2018 · 0 comments
Closed

Add --network-retries=N to ostree pull #1659

jlebon opened this issue Jun 28, 2018 · 0 comments
Labels
enhancement good-first-issue good issue for someone new jira

Comments

@jlebon
Copy link
Member

jlebon commented Jun 28, 2018

PR #1594 added the ability to retry network operations. Expose this new API option on the ostree pull command-line with a new switch like --network-retries=N.

@jlebon jlebon added enhancement good-first-issue good issue for someone new jira labels Jun 28, 2018
rfairley pushed a commit to rfairley/ostree that referenced this issue Jul 3, 2018
This exposes a way to specify from the command line the number
of times to retry each download after a network error. If a negative
value is given, then the default number of retries (5) is used. If 0
is given, then errors are returned without retrying.

closes ostreedev#1659
rfairley pushed a commit to rfairley/ostree that referenced this issue Jul 3, 2018
This exposes a way to specify from the command line the number
of times to retry each download after a network error. If a negative
value is given, then the default number of retries (5) is used. If 0
is given, then errors are returned without retrying.

closes ostreedev#1659
rfairley pushed a commit to rfairley/ostree that referenced this issue Jul 3, 2018
This exposes a way to specify from the command line the number
of times to retry each download after a network error. If a negative
value is given, then the default number of retries (5) is used. If 0
is given, then errors are returned without retrying.

closes ostreedev#1659
rfairley pushed a commit to rfairley/ostree that referenced this issue Jul 5, 2018
This exposes a way to specify from the command line the number
of times to retry each download after a network error. If a negative
value is given, then the default number of retries (5) is used. If 0
is given, then errors are returned without retrying.

closes ostreedev#1659
rfairley pushed a commit to rfairley/ostree that referenced this issue Jul 5, 2018
This exposes a way to specify from the command line the number
of times to retry each download after a network error. If a negative
value is given, then the default number of retries (5) is used. If 0
is given, then errors are returned without retrying.

closes ostreedev#1659
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good-first-issue good issue for someone new jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant