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

revision bump due to poco upgrade #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

metayan
Copy link

@metayan metayan commented Jul 28, 2021

Fixes #23 a bit more generally.

Did

brew bump-revision -m "due to poco upgrade" $(brew uses poco)

and then something like

cd /usr/local/Homebrew/Library/Taps/pothosware/homebrew-pothos
git reset origin/master
git add .
git commit -m "revision bump due to poco upgrade"

to squash the commits into one.

Beware that brew bump-revision commits the changes into the current branch immediately. No idea what happens with changes that are already present.
Also, for now brew uses poco only lists formulae in the pothosware/homebrew-pothos tap, but it will need tweaking if/when other formulae become dependent on poco.
Might be good to check with brew bump-revision -n $(brew uses poco) first as well.

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.

Upgrading pothosaudio 0.3.0 to 0.3.1 fails
1 participant