aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Create and Android virtual deviceSimon Sapin2018-07-021-0/+9
* Use more recent Android toolsSimon Sapin2018-07-021-29/+32
* Install complete Android SDK (as much as on Buildbot CI)Simon Sapin2018-07-021-9/+20
* Add `./mach bootstrap-android`Simon Sapin2018-07-021-1/+52
* Auto merge of #20789 - Eijebong:fix-clean-cache, r=jdmbors-servo2018-06-061-2/+8
|\
| * Don't try to list files in directories that don't existBastien Orivel2018-05-151-2/+8
* | Remove geckolib-related build commands.Emilio Cobos Álvarez2018-05-171-9/+6
|/
* Show actual exception when deletion fails.Josh Matthews2018-03-081-0/+2
* Added default fall-back when CARGO_HOME is not set for clean-cargo-cacheTimur Borkhodoev2018-01-221-1/+2
* auto clean cachetigercosmos2018-01-181-6/+6
* Use rustup.rs instead of custom bootstrapSimon Sapin2018-01-101-199/+23
* Stop using "alternate" rustc builds.Simon Sapin2017-11-141-9/+2
* Auto merge of #18953 - servo:keep, r=jdmbors-servo2017-10-201-1/+4
|\
| * Fix './mach clean-nightlies --keep 3' not keeping anything.Simon Sapin2017-10-191-1/+4
* | Only pass cafile argument to urlopen in Python versions that support it.Simon Sapin2017-10-191-2/+4
* | Bootstrap from official static.rust-lang.org when SNI is availableSimon Sapin2017-10-181-13/+14
* | Download "non-alt" rustc builds from more permanent URLsSimon Sapin2017-10-181-5/+4
|/
* mach clean-nightlies: don’t remove everything versioned by dateSimon Sapin2017-10-111-5/+3
* mach clean-nightlies: fix removing cargo versioned by rust commitSimon Sapin2017-10-111-1/+1
* Get rustc commit hash from channel manifestSimon Sapin2017-09-121-5/+1
* Switch back to pinning Rust by Nightly date instead of commit hash…Simon Sapin2017-08-311-38/+36
* Continue after failed attempt to delete old nightlyE. Dunham2017-08-111-1/+4
* Update to cargo 0.21.0-nightly (eb6cf012a 2017-07-02)Simon Sapin2017-07-191-26/+18
* Revert "Fetch "alt" rust std build when we do so for rustc"Simon Sapin2017-07-141-5/+2
* Fetch "alt" rust std build when we do so for rustcSimon Sapin2017-06-301-2/+5
* Improve `clean-cargo-cache`UK9922017-05-251-19/+20
* Fix UnicodeDecodeError in mach clean-nightliesSimon Sapin2017-05-131-1/+1
* Auto merge of #16593 - UK992:clean-cargo-cache, r=wafflespeanutbors-servo2017-05-081-1/+174
|\
| * Add `mach clean-cargo-cache` commandUK9922017-05-081-1/+174
* | Keep stable rustc versions in `clean-nightlies`Aneesh Agrawal2017-05-021-14/+22
|/
* Auto merge of #16639 - aneeshusa:skip-nonexisting-dirs-when-cleaning-nightlie...bors-servo2017-04-271-0/+2
|\
| * Avoid searching for old nightlies in missing dirsAneesh Agrawal2017-04-271-0/+2
* | Optimize `clean-nightlies`UK9922017-04-231-9/+4
|/
* Automatically clean old nightliesAneesh Agrawal2017-04-181-15/+46
* Fix bug bootstrapping stable rustMatt Brubeck2017-03-081-1/+2
* Allow disabling LLVM assertions in rustc (fixes #15548)Anthony Ramine2017-02-151-1/+6
* Switch to commit-specific nightliesAnthony Ramine2017-02-151-2/+3
* Clean up and simplify existing `mach bootstrap`Aneesh Agrawal2017-01-151-10/+5
* Create a util.py Python module for common functionsAneesh Agrawal2017-01-151-91/+2
* Remove unusable --android flag for `mach bootstrap`Aneesh Agrawal2017-01-141-5/+2
* Upgrade to cargo 0.16.0-nightly (built 2016-12-06)Simon Sapin2016-12-061-1/+1
* Fix msvc packages download dir for custom `.servo` locationUK9922016-09-281-1/+1
* Create `mach bootstrap` based on Mozilla's mozboot bootstrapperUK9922016-09-071-1/+23
* Add error message for connectivity issues during bootstrapS2016-08-171-0/+4
* Fix overriding url with Request obj. when resuming downloadS2016-08-161-2/+3
* Fix error-prone message while bootstrappingS2016-08-151-1/+1
* Use static-rust-lang-org.s3.amazonaws.com everywhere.Simon Sapin2016-07-081-1/+1
* Fix "looking for rustc at …" message for stable when already bootstrappedSimon Sapin2016-07-081-8/+4
* Fix error in cross-compiling bootstrapMatt Brubeck2016-07-051-1/+1
* Add mach build-stable to build with stable rustcGabriel Poesia2016-06-301-17/+41