-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 retry logic to update_package_provides.py for broken Fedora update mirrors #667
Comments
9 tasks
33 tasks
This was referenced Jun 13, 2022
Closed
This was referenced Jun 13, 2022
This was referenced Jun 14, 2022
This was referenced Jun 14, 2022
This was referenced Jun 15, 2022
This was referenced Jun 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Linux build process we experience frequent errors when running the
update_package_provides.py
script during the build. This is because many Fedora mirrors have out of date repomd.xml files that are older than the other repository metadata files(i.e. primary.xml.gz).Originally I was going to whitelist the repos that were up to date(brave/brave-core#252) but I closed that in favor of adding retry logic to the script at @bridiver's recommendation.
The text was updated successfully, but these errors were encountered: