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

fix: update brew packages only after brew itself is fully updated #1315

Merged
merged 2 commits into from
May 17, 2024
Merged

fix: update brew packages only after brew itself is fully updated #1315

merged 2 commits into from
May 17, 2024

Conversation

tobiasmicheler
Copy link
Contributor

Currently, the updates of brew itself and brew packages are triggered at the same time. This can lead to the following error:

Error:
Another active Homebrew update process is already in progress.
Please wait for it to finish or terminate it to continue.

This fixes this issue by delaying the upgrade of brew packages by one minute and adding After=brew-update.service to brew-upgrade.service

@tobiasmicheler tobiasmicheler requested a review from castrojo as a code owner May 17, 2024 12:55
@p5 p5 requested a review from m2Giles May 17, 2024 13:01
@castrojo castrojo merged commit 9777785 into ublue-os:main May 17, 2024
56 of 62 checks passed
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.

3 participants