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

Create mach fetch command #12821

Merged
merged 1 commit into from Aug 12, 2016
Merged

Create mach fetch command #12821

merged 1 commit into from Aug 12, 2016

Conversation

UK992
Copy link
Contributor

@UK992 UK992 commented Aug 11, 2016

r? @larsbergstrom


This change is Reviewable

@highfive
Copy link

Heads up! This PR modifies the following files:

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Aug 11, 2016
@@ -34,6 +34,17 @@ def cargo(self, params):
if not params:
params = []

cargo_paths = [path.join('components', 'servo'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are also used in update_cargo, so this can be moved to the top level as a constant. Also, formatting nit, put each path on a new line with a trailing comma:

CARGO_PATHS = [
    path.join(...),
]

@UK992
Copy link
Contributor Author

UK992 commented Aug 12, 2016

Addressed all reviews.

@UK992 UK992 changed the title Create mach update command Create mach fetch command Aug 12, 2016
@wafflespeanut wafflespeanut changed the title Create mach fetch command Create mach update command Aug 12, 2016
@wafflespeanut
Copy link
Contributor

LGTM. r? @aneeshusa

@highfive highfive assigned aneeshusa and unassigned larsbergstrom Aug 12, 2016
@wafflespeanut wafflespeanut changed the title Create mach update command Create mach fetch command Aug 12, 2016
CARGO_PATHS = [
path.join('components', 'servo'),
path.join('ports', 'cef'),
path.join('ports', 'geckolib')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: add a trailing comma at the end of the line

@aneeshusa
Copy link
Contributor

LGTM aside from the one nit.

@aneeshusa aneeshusa added S-needs-code-changes Changes have not yet been made that were requested by a reviewer. and removed S-awaiting-review There is new code that needs to be reviewed. labels Aug 12, 2016
@highfive highfive added S-awaiting-review There is new code that needs to be reviewed. and removed S-needs-code-changes Changes have not yet been made that were requested by a reviewer. labels Aug 12, 2016
@UK992
Copy link
Contributor Author

UK992 commented Aug 12, 2016

done.

@aneeshusa
Copy link
Contributor

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit d805e85 has been approved by aneeshusa

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Aug 12, 2016
bors-servo pushed a commit that referenced this pull request Aug 12, 2016
Create `mach fetch` command

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #12775.

r? @larsbergstrom

<!-- 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/12821)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

⌛ Testing commit d805e85 with merge b469554...

@bors-servo
Copy link
Contributor

☀️ Test successful - arm32, arm64, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows-dev

@bors-servo bors-servo merged commit d805e85 into servo:master Aug 12, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Aug 12, 2016
@UK992 UK992 deleted the mach-update branch September 2, 2016 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a mach update command to update everything needed to build
6 participants