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

APT Proxy fallback to direct on connection failure #600

Open
umutediz opened this issue Feb 23, 2022 · 1 comment · May be fixed by #602
Open

APT Proxy fallback to direct on connection failure #600

umutediz opened this issue Feb 23, 2022 · 1 comment · May be fixed by #602

Comments

@umutediz
Copy link

We are generating images in an automated way using cron job and wrapper scripts and local APT proxy may be inaccessible from time to time due to some other external issues (network etc.). This causes the build script to fail obviously and interrupts the whole build process.

Build script already checks APT proxy connectivity before starting the actual build process but just exits with an error rather than ignoring APT proxy. I think adding a "fallback to direct connection" option via the config file (or as default behavior) might be useful in situations like unattended build processes.

I can work on it if you think it'll be useful.

@XECDesign
Copy link
Member

I wouldn't mind if the fallback option was available, but not on by default.

@umutediz umutediz linked a pull request Mar 1, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants