Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

setup-ngninx-conf: replace brew prune #72

Merged
merged 1 commit into from Jan 21, 2019
Merged

Conversation

mistydemeo
Copy link
Contributor

brew prune has been deprecated and its replacement in Homebrew doesn't do what we were using it for - removing dangling symlinks from Homebrew's prefix without other side effects.

This reimplements a basic brew prune-alike that handles just any dangling Nginx server symlinks, which is what we wanted from it.

Fixes #71.

/cc @dbuskariol, @MikeMcQuaid

`brew prune` has been deprecated and its replacement in Homebrew doesn't
do what we were using it for - removing dangling symlinks from Homebrew's
prefix without other side effects.

This reimplements a basic `brew prune`-alike that handles just any
dangling Nginx server symlinks, which is what we wanted from it.

Fixes #71.
@mistydemeo mistydemeo merged commit 5491ba3 into master Jan 21, 2019
@mistydemeo mistydemeo deleted the remove_brew_prune branch January 21, 2019 22:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Brew prune is deprecated
2 participants