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

pbuild should auto-retry downloads #1055

Open
bmwiedemann opened this issue Feb 5, 2025 · 0 comments
Open

pbuild should auto-retry downloads #1055

bmwiedemann opened this issue Feb 5, 2025 · 0 comments

Comments

@bmwiedemann
Copy link
Member

When pbuild tries to download its BuildRequires and the download fails, it does a hard stop.
However I would prefer it to retry later, so that slow/long unattended builds are more reliable.

This could be a command-line option, e.g --retries -1 to retry forever, --retries 0 for the current behaviour and --retries 2 to stop after the third try... It could use some exponential backoff or just retry every minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant