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 upUpdate README.md to include openSUSE dependencies #13534
Conversation
highfive
commented
Oct 1, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @jdm (or someone else) soon. |
|
@j-koreth Just a tip, next time you create a PR, try not to make commits on your fork's master branch. Instead, check out a feature branch and commit to that. That way your changes would not be affected when you pull from upstream. Thanks! @bors-servo r=jdm |
|
|
|
@KiChjang Thanks for the advice and I'm sorry for having 4 commits like that. I didn't realize you can do it in other ways, I guess I have a lot of learning to do :P |
|
Oops didn't mean to close this, sorry about that |
|
@bors-servo r=jdm |
|
|
|
Update README.md to include openSUSE dependencies <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because the only file changed is the README.md to include openSUSE dependencies <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13534) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
Wait how can a change to the README.md file fail tests? |
|
@j-koreth It has nothing to do with your changes, the test failure is a known intermittent. |
Update README.md to include openSUSE dependencies <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because the only file changed is the README.md to include openSUSE dependencies <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13534) <!-- Reviewable:end -->
|
|
j-koreth commentedOct 1, 2016
•
edited by larsbergstrom
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is