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

gz-common5, dependents: remove ventura bottle #2640

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

scpeters
Copy link
Member

Part of #2639.

Only the ventura bottles are affected, so use a targeted sed script to delete the ventura bottle line with the following command:

sed -i -e '/sha256 .*ventura: /d' $(brew --repo osrf/simulation)/Formula/gz-common5.rb
for f in $(.github/ci/bottled_dependents.sh gz-common5 | sed -e 's@osrf/simulation/@@')
do
    sed -i -e '/sha256 .*ventura: /d' $(brew --repo osrf/simulation)/Formula/$f.rb
done

@scpeters scpeters merged commit 3232cd5 into master Apr 21, 2024
1 check passed
@scpeters scpeters deleted the scpeters/rm_bottles_common5_dependents_ventura branch April 21, 2024 04:29
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.

None yet

1 participant