servo/etc/ci
Aneesh Agrawal 9dc9643487 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.
2016-06-29 22:27:14 -04:00
..
fontconfig Cargoify servo 2014-09-08 20:21:42 -06:00
buildbot_steps.yml Remove --faster flag from test-tidy, go fast by default. Fixes 11217 2016-05-25 21:17:22 +02:00
chaos_monkey_test.py Added /etc/ci/chaos_monkey_test.py. 2016-04-29 09:54:20 -05:00
check_dynamic_symbols.py Adding absolute_import to check_dynamic_symbols.py 2016-04-26 10:01:57 +09:00
check_no_unwrap.sh Move pipeline into the constellation crate. 2016-05-21 16:33:57 +02:00
lockfile_changed.sh Clean up CI bash scripts, add docs/STYLE_GUIDE.md 2016-04-30 23:51:29 -04:00
manifest_changed.sh Clean up CI bash scripts, add docs/STYLE_GUIDE.md 2016-04-30 23:51:29 -04:00
upload_docs.sh Clean up CI bash scripts, add docs/STYLE_GUIDE.md 2016-04-30 23:51:29 -04:00
upload_nightly.sh Add a script to upload nightly packages to S3 2016-06-29 22:27:14 -04:00
xorg.conf Cargoify servo 2014-09-08 20:21:42 -06:00