Rename rust-snapshot-hash to rust-nightly-date

… and remove mentions of "snapshots".

We now use rust-lang.org nightly builds rather than our own snapshots.
This commit is contained in:
Simon Sapin 2015-12-30 12:12:20 +00:00
parent 856eea3a0e
commit b2af8567fa
5 changed files with 36 additions and 37 deletions

View file

@ -1,12 +1,12 @@
# Copy this file to .servobuild in the Servo root directory
# Be sure to set the cache-dir correctly, otherwise extra snapshots
# may get downloaded
# Be sure to set the cache-dir correctly, otherwise extra
# copies of the Rust compiler may get downloaded
# Paths starting with "./" are relative to the repo root
# Tool options
[tools]
# Where Rust compiler snapshots and other downloads will be stored. Can be
# Where Rust compiler and other downloads will be stored. Can be
# shared by multiple Servo repositories. Defaults to <servo-repo>/.servo
cache-dir = "./.servo"