aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add mach command to update public domain list and use a HashSet instead of a ...Florian Duraffourg2016-06-091-0/+23
* Provide a better error message when downloading rustc failsPer Lundberg2016-05-311-2/+2
* Auto merge of #10923 - askeing:fix_10922, r=jdmbors-servo2016-04-301-1/+4
|\
| * Remove dir by shutil.rmtree, remove file by os.removeaskeing2016-04-291-1/+4
* | Handle HTTP specific errors then other errors when downloading rustcaskeing2016-04-301-3/+6
|/
* Handle URLError in download() #10679rwa2016-04-181-0/+3
* Added caching support to mach bootstrapAdrian Utrilla2016-04-071-6/+21
* Remove submodule update from mach bootstrap. Fixes #10010malayaleecoder2016-03-161-33/+1
* Download extra std lib when cross-compiling #9557Daniel Robertson2016-02-121-32/+48
* adding check for windows then using Scripts instead of binJason Williams2016-01-221-1/+1
* win32: mach and build command fixesVladimir Vukicevic2016-01-201-5/+5
* Rename rust-snapshot-hash to rust-nightly-dateSimon Sapin2015-12-301-22/+22
* Remove "Servo does not bootstrap 32bit snapshots of Rust" messageSimon Sapin2015-12-301-7/+0
* Fix the parsing of the chromium HSTS preload listSam Gibson2015-12-021-1/+1
* Ensure the bootstrap-rust-docs and doc mach commands agree on the location of...Ms2ger2015-11-271-5/+4
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-12/+39
* Prevent warning about redefining Python variableCorey Farwell2015-07-261-1/+1
* Resolves code review commentsSam Gibson2015-07-221-1/+4
* Commit HSTS preload list to source controlSam Gibson2015-07-221-12/+2
* Resolve tidy issuesSam Gibson2015-07-221-2/+7
* Preload an HSTS domain list from chromiumSam Gibson2015-07-221-15/+77
* Add flake8 to the tidy process for Python filesCorey Farwell2015-06-041-1/+3
* Fix tidy issues with Python files in python/Corey Farwell2015-06-021-0/+9
* Ensure installed git version is above 1.8.1 [Bug #5637]ringmaster1012015-06-011-1/+9
* Handle proxies in boostrap scriptDamien2015-04-141-23/+30
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+4
* Filter out "Downloading rust snapshot" percent indicator in mach's output bas...Avi Weinstock2015-03-021-1/+1
* Fix the docs againManish Goregaokar2015-02-031-1/+2
* Fix doc uploadManish Goregaokar2015-02-031-1/+34
* mach clean-snapshots: better no-op outputSimon Sapin2014-12-091-2/+5
* Add a `./mach clean-snapshots` command to remove old Cargo and Rust.Simon Sapin2014-12-091-0/+26
* Download Cargo over HTTPS. Fix #3582.Simon Sapin2014-11-131-2/+1
* auto merge of #3902 : mbrubeck/servo/share_directory, r=jdmbors-servo2014-11-051-4/+6
|\
| * Automatically update cargo when necessaryMatt Brubeck2014-11-051-3/+5
| * Fixes #3353: rust snapshot downloads to home directoryAnthony Miyaguchi2014-11-051-2/+2
* | Panic when bootstrap downloads failOrvar Segerström2014-11-051-1/+12
|/
* Add an optional --debug-mozjs argument to `mach build` that enables a non-opt...Josh Matthews2014-10-241-1/+1
* Fetch the Cargo nightly over HTTP.Ms2ger2014-10-061-1/+2
* Pin Cargo to the 2014-10-02 nightly.Ms2ger2014-10-061-1/+1
* Have the Rust snapshot directory include the Rust version and hash.Simon Sapin2014-09-291-32/+7