-
-
Notifications
You must be signed in to change notification settings - Fork 658
build: update brew instructions for old formula, fixes #7297 #7295
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
Conversation
This change needs a test release in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Oh, I think the introduction of the |
https://github.com/ddev-test/ddev/actions/runs/15045410050/job/42286949180
I think we can ignore it. |
Oh wait, now both files are the same: https://github.com/ddev-test/homebrew-ddev/blob/master/Formula/ddev.rb So we have to name it differently. I'll create a symlink in |
b15f189
to
13ba20d
Compare
Symlink doesn't work:
The correct formula will be:
|
The Issue
drud
homebrew tap #7297See:
ddev.rb
, update instructions for old formula, for ddev/ddev#7297 homebrew-ddev-edge#4How This PR Solves The Issue
initialize
doesn't seem to know aboutuninstall
. And moving the check toinstall
didn't help.We can remove the formula repo before removing the
ddev
binary.Manual Testing Instructions
Testing the instructions update in
ddev-test
:Automated Testing Overview
Release/Deployment Notes