aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-10-06 17:29:14 +0200
committerMs2ger <ms2ger@gmail.com>2014-10-06 17:29:14 +0200
commit3659fe142b7829b494fb072d8ffbe579c9c44c95 (patch)
tree329e603494cfa3e244043f1021f70f2bd5e67b5a /python/servo/bootstrap_commands.py
parente4eaf88179dcacab22c69bd1d1a7a4350d0d2c8b (diff)
downloadservo-3659fe142b7829b494fb072d8ffbe579c9c44c95.tar.gz
servo-3659fe142b7829b494fb072d8ffbe579c9c44c95.zip
Fetch the Cargo nightly over HTTP.
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r--python/servo/bootstrap_commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py
index c225b77a318..ff65912f0df 100644
--- a/python/servo/bootstrap_commands.py
+++ b/python/servo/bootstrap_commands.py
@@ -107,7 +107,8 @@ class MachCommands(CommandBase):
os.mkdir(cargo_dir)
tgz_file = "cargo-nightly-%s.tar.gz" % host_triple()
- nightly_url = "https://static.rust-lang.org/cargo-dist/2014-10-02/%s" % tgz_file
+ # FIXME(#3582): use https.
+ nightly_url = "http://static.rust-lang.org/cargo-dist/2014-10-02/%s" % tgz_file
download("Cargo nightly", nightly_url, tgz_file)