Skip to content

Remove the apt-get retry loop in provision_dep.sh #781

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

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

kkysen
Copy link
Contributor

@kkysen kkysen commented Jan 14, 2023

Remove the apt-get retry loop in provision_dep.sh.

It used to be there as the script ran in CI, but it no longer is, so we don't need to retry anymore.
See #770 (comment).

Copy link
Contributor

@thedataking thedataking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to run apt-get update -qq as as the apt metadata may be missing or stale. My suggestion was that we remove the loop so we only attempt the update operation once.

It used to be there as the script ran in CI, but it no longer is,
so we don't need to retry anymore.
See #770 (comment).
@kkysen kkysen force-pushed the kkysen/remove-provision-deb-retry-loop branch from 9212b60 to d0fda48 Compare January 18, 2023 06:17
@kkysen
Copy link
Contributor Author

kkysen commented Jan 18, 2023

We still need to run apt-get update -qq as as the apt metadata may be missing or stale. My suggestion was that we remove the loop so we only attempt the update operation once.

Oops, I misunderstood. It's fixed now.

@thedataking
Copy link
Contributor

I don't see the button to approve this PR but it looks great now, thanks! Going to merge it in.

@thedataking thedataking merged commit 6c30bee into master Jan 19, 2023
@thedataking thedataking deleted the kkysen/remove-provision-deb-retry-loop branch January 19, 2023 00:45
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 this pull request may close these issues.

2 participants