Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upKeep homebrew updated on OS X #323
Closed
Labels
Comments
bors-servo
added a commit
that referenced
this issue
May 5, 2016
keep homebrew updated on osx Fixes #323 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/359) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While deploying #320, I noticed 5 state failures on
servo-macpro2, the root cause being that Python was failing to install because Homebrew/its repos were too old. Runningbrew updatefixed the problem and a subsequent highstate completed successfully; we should use Salt to ensure Homebrew and its repos are up to date.We can do this by passing
refresh: Trueto the state that installs python2. The Salt docs forpkg.installedare available here.