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

Remove backported modules now included in our Salt #492

Merged
merged 5 commits into from Sep 30, 2016

Commits on Sep 30, 2016

  1. Remove backported modules now included in our Salt

    These modules were backported from Salt 2015.8 or Salt 2016.3, but they
    should no longer be necessary now that we are on Salt 2016.3.3.
    aneeshusa committed Sep 30, 2016
  2. Ensure Salt is linked by Homebrew after install

    If the previous version is the same as the new version, then we will
    unlink Salt, but Homebrew will not relink it when (re-)installing, so
    make sure to relink manually afterwards.
    aneeshusa committed Sep 30, 2016
  3. Fix homebrew autoconf install/linking script

    We need to unlink before relinking or else homebrew complains.
    Be more strict in the grep for each package to avoid false positives.
    aneeshusa committed Sep 30, 2016
  4. Switch back to XCode 7.3

    Homebrew 1.0.4 (https://github.com/Homebrew/brew/releases/tag/1.0.4)
    relaxed the XCode 8 requirement to only apply on Sierra on above.
    Because Servo does not yet build with XCode 8, and our builders and
    Travis are all using 10.11, we can continue to use XCode 7.3 for now.
    aneeshusa committed Sep 30, 2016
  5. Print brew version when installing for debugging

    aneeshusa committed Sep 30, 2016
You can’t perform that action at this time.