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

install: reject Snow Leopard and Leopard installations. #162

Merged
merged 1 commit into from
Jan 6, 2019
Merged

install: reject Snow Leopard and Leopard installations. #162

merged 1 commit into from
Jan 6, 2019

Conversation

MikeMcQuaid
Copy link
Member

These will be deprecated in future so let's stop getting any new installs now.

See some related deprecations in Homebrew/brew#5477.

@@ -170,7 +170,6 @@ def chgrp?(path)
end

# Invalidate sudo timestamp before exiting (if it wasn't active before).
Kernel.system "/usr/bin/sudo -n -v 2>/dev/null" unless macos_version < "10.7"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still needed, only remove the unless.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reitermarkus Thanks!

These will be deprecated in future so let's stop getting any new
installs now.

See some related deprecations in Homebrew/brew#5477.
@MikeMcQuaid MikeMcQuaid dismissed reitermarkus’s stale review January 6, 2019 16:31

Comments addressed

@MikeMcQuaid MikeMcQuaid merged commit 71fb326 into Homebrew:master Jan 6, 2019
@MikeMcQuaid MikeMcQuaid deleted the deprecate-pre-lion branch January 6, 2019 16:36
@RandomDSdevel
Copy link

@MikeMcQuaid:

     How much, if any, does @mistydemeo know about this? She may want to add support for these OS X versions to Tigerbrew (though that might necessitate a rename…)

@MikeMcQuaid
Copy link
Member Author

@RandomDSdevel I haven't talked with @mistydemeo about it yet. I'm unsure to what extent those versions work or don't currently. While we're on the topic 2.0.0 won't support any versions below Mavericks (10.9).

@RandomDSdevel
Copy link

     Right, OK; this doesn't actually affect me, but I was still curious anyway.

@lock lock bot added the outdated label Feb 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Feb 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants