diff options
author | Aneesh Agrawal <aneeshusa@gmail.com> | 2016-06-29 21:43:39 -0400 |
---|---|---|
committer | Aneesh Agrawal <aneeshusa@gmail.com> | 2016-06-29 22:27:14 -0400 |
commit | 9dc96434876334617a658c87f3b0f0451b0f53a7 (patch) | |
tree | c4a36388becf67d34c9bcea50f65fb614d64748c /components/script/dom/bindings/codegen | |
parent | 305eda66dd732ffcc4127c8d5b948d07702cb1c7 (diff) | |
download | servo-9dc96434876334617a658c87f3b0f0451b0f53a7.tar.gz servo-9dc96434876334617a658c87f3b0f0451b0f53a7.zip |
Add a script to upload nightly packages to S3
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.
Diffstat (limited to 'components/script/dom/bindings/codegen')
0 files changed, 0 insertions, 0 deletions