diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-29 21:40:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 21:40:15 -0500 |
commit | 0f7e196da63a284fe8f1182a773a0546983d4b10 (patch) | |
tree | 3c8a857447bf2f68e298d9dc28b1ad723057be23 /components/script | |
parent | e30b288ed638f1903d30c8c5402b93b77b76b7b4 (diff) | |
parent | 9dc96434876334617a658c87f3b0f0451b0f53a7 (diff) | |
download | servo-0f7e196da63a284fe8f1182a773a0546983d4b10.tar.gz servo-0f7e196da63a284fe8f1182a773a0546983d4b10.zip |
Auto merge of #11943 - aneeshusa:add-nightly-upload-script, r=larsbergstrom
Add a script to upload nightly packages to S3
<!-- Please describe your changes on the following line: -->
The nightly package name includes the date, and so we use a glob to
locate the package file without hard coding a value. However, globbing
will not work with our Buildbot steps setup because we perform word
splitting ourselves and pass an array to Buildbot, which will directly
exec the array instead of passing it to the shell, meaning globbing
does not occur. Instead, add a script to the servo repo where we can
use globbing, and use `shopt -s failglob` to guard against bad globs.
cc @larsbergstrom @edunham
---
<!-- 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 are needed for #9921 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because will be tested by buildbot
<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11943)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
0 files changed, 0 insertions, 0 deletions