servo/etc
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
..
ci Add a script to upload nightly packages to S3 2016-06-29 22:27:14 -04:00
doc.servo.org Cargoify servo 2014-09-08 20:21:42 -06:00
cert_generator.js Only SSL CA certs 2015-01-31 16:10:17 +05:30
jsdefine Cargoify servo 2014-09-08 20:21:42 -06:00
rustdoc-style.html Cargoify servo 2014-09-08 20:21:42 -06:00
rustdoc-with-private Use rustdoc’s new --passes strip-priv-imports flag. 2016-03-07 15:03:32 +01:00
servo.sb Cargoify servo 2014-09-08 20:21:42 -06:00
servo_gdb.py Add flake8 to the tidy process for Python files 2015-06-04 11:17:34 -04:00
valgrind-memcheck.supp Add a valgrind suppression file. 2015-12-17 10:36:03 -06:00