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

Update Salt Homebrew install URL for repo split #314

Merged
merged 1 commit into from May 4, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update Salt Homebrew install URL for repo split

The Homebrew/homebrew repository has recently been split into two
separate repositories, Homebrew/brew for the package manager itself
and Homebrew/homebrew-core for the formulas (packages).
See this homebrew-discuss mailing list post announcing this change:
https://groups.google.com/forum/#!msg/homebrew-discuss/D_weS6pZesg/jLgZj6mUCQAJ

The old raw URL we were using seems to still be available, but it seems
likely this is just due to caching by GitHub and it may disappear at
any time.
  • Loading branch information
aneeshusa committed Apr 11, 2016
commit d38f95e621dbc7268336a6d8800ffddd55fb54c2
@@ -17,7 +17,7 @@ install_salt () {
elif [ "${OS_NAME}" = "osx" ]; then
printf "$0: installing salt for Mac OS X\n"
brew update
brew install https://raw.githubusercontent.com/Homebrew/homebrew/86efec6695b019762505be440798c46d50ebd738/Library/Formula/saltstack.rb
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/3461c9c74b2f3aba9a6fbd7165823c81dc2b4792/Formula/saltstack.rb
else
printf >&2 "$0: unknown operating system ${OS_NAME}\n"
exit 1
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.