Skip to content

Commit

Permalink
Auto merge of #492 - aneeshusa:remove-2016.3-backports, r=larsbergstrom
Browse files Browse the repository at this point in the history
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.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/492)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 30, 2016
2 parents fb3e146 + ab3d5f0 commit e5ee208
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1,526 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,7 +18,7 @@ matrix:
- SALT_NODE_ID=servo-mac1
- SALT_FROM_SCRATCH=true
os: osx
osx_image: xcode8
osx_image: xcode7.3
- env:
- SALT_NODE_ID=servo-linux1
- SALT_FROM_SCRATCH=true
Expand All @@ -44,7 +44,7 @@ matrix:
- SALT_NODE_ID=servo-mac1
- SALT_FROM_SCRATCH=false
os: osx
osx_image: xcode8
osx_image: xcode7.3
- env:
- SALT_NODE_ID=servo-linux1
- SALT_FROM_SCRATCH=false
Expand Down
5 changes: 5 additions & 0 deletions .travis/install_salt.sh
Expand Up @@ -22,12 +22,17 @@ install_salt () {
elif [[ "${OS_NAME}" == "osx" ]]; then
printf "$0: installing salt for Mac OS X\n"
brew update
printf "\nhomebrew --version output:\n"
brew --version # For debugging
printf "\n"
# Unlink allows switching versions,
# I wish Homebrew had an atomic operation for pinned upgrades
if brew list | grep 'saltstack' >/dev/null; then
brew unlink saltstack
fi
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/9e3a66b6b7ca978bfea86897dcc3391c37f9f0ef/Formula/saltstack.rb
# In case we had the same version previously, we need to relink
brew link saltstack
else
printf >&2 "$0: unknown operating system ${OS_NAME}\n"
exit 1
Expand Down

0 comments on commit e5ee208

Please sign in to comment.