-
Notifications
You must be signed in to change notification settings - Fork 420
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(macos): fix brew packaging handling #426
Conversation
One Travis CI failure is unrelated. |
ad89cb9
to
8ecaf79
Compare
@noelmcloughlin I don't know where to start with merging some of this stuff..can you help figure out the order? |
e6939bd
to
70866d4
Compare
Verified
|
Hi @aboe76 I think PR's are not conflicting. I guess |
d2544a7
to
bc7167d
Compare
Retested on MacOS.
|
This PR does not fix #352 because macpackage handling is completely broken and untestable , but does (at least) make macpackage use case testable. This PR addresses homebrew (not macpackage issues in #352). |
41d819a
to
319e077
Compare
Added commit to fix |
🎉 This PR is included in version 0.58.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR fixes various package handling errors on MacOS when homebrew is used.
This PR also is workaround for saltstack/salt#49348
And brew should be run as non-root user.