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 upAdd brew scripts to nightly #460
Merged
Conversation
|
If we're going to make the changes on the saltfs side, we should also add the environment additions. Lemme hack up some quick scripts for that. |
|
OK, do this:
Otherwise, the publish will fail. |
|
"All checks have failed" What am I doing wrong? |
|
@paulrouget Not your fault, it looks like pip installation is failing on travis... again. |
|
This is the same problem with pip; #350 has the fix for it. |
bors-servo
added a commit
that referenced
this pull request
Aug 18, 2016
…bergstrom Add fake GitHub homebrew token Fixes the buildbot master file.recurse failures we've been seeing recently. Also updates the highstate output to increase the SNR. See commit messages for details. Follow-up to #460. This failure was missed because we were experiencing pip failures at the time, causing Travis bustage, and the PR was merged by hand without noticing the additional failures on Travis. r? @larsbergstrom @edunham cc @paulrouget <!-- 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/467) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
paulrouget commentedAug 16, 2016
•
edited by larsbergstrom
Follow up of servo/servo#12688
Also, see servo/servo#12888
/cc @larsbergstrom
This change is