Auto merge of #11959 - larsbergstrom:change_bucket_name, r=metajack

Change servo s3 build bucket name

<!-- Please describe your changes on the following line: -->
This will allow us to push to URLs like:
http://servo-builds.s3.amazonaws.com/nightly/mac
instead of:
http://servo-developer-preview.s3.amazonaws.com/nightly/mac

We can have different directories for channels, individual releases, etc.

r? @edunham @metajack

cc @tschneidereit

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./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
- [ ] These changes do not require tests because _____

<!-- 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/11959)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-30 10:05:35 -05:00 committed by GitHub
commit d3a1a4ec7d

View file

@ -12,7 +12,7 @@ usage() {
upload() {
s3cmd put "${2}" "s3://servo-developer-preview/nightly/${1}"
s3cmd put "${2}" "s3://servo-builds/nightly/${1}"
}