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 upThe nightly upload script should also copy the newest binary to the name "servo-latest" #11987
Labels
Comments
|
cc @aneeshusa |
|
Please make a comment here if you intend to work on this issue. Thank you! |
|
I'll pick this issue up. |
|
Good to know! :) |
|
Initial pull request for this raised: #12004. Let me know of any feedback on approach, concerns or changes that I need to make. |
bors-servo
added a commit
that referenced
this issue
Jul 1, 2016
Add servo-latest on upload-nightly Allows for easy linking over to servo-nightly builds. cc/ @larsbergstrom --- <!-- 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 - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #11987 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they are part of the CI infrastructure <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12004) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jul 1, 2016
Add servo-latest on upload-nightly Allows for easy linking over to servo-nightly builds. cc/ @larsbergstrom --- <!-- 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 - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #11987 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because they are part of the CI infrastructure <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12004) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After uploading a nightly build with a specific date in its filename, we should also create a file named "servo-latest" (with the appropriate extension, e.g.
.tar.gz) for easy linking. This change should be made here:https://github.com/servo/servo/blob/master/etc/ci/upload_nightly.sh#L15