diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-13 01:22:00 -0500 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-13 01:22:42 -0500 |
| commit | 486d07a5bcaaea5f0fda68eb681b7a34124c602f (patch) | |
| tree | 2062885d717d16bf95887ed51eaa26fd56b68bcc /src/etc | |
| parent | f5e1108fc360514fd428bc36691982b22a4b0beb (diff) | |
| download | rust-486d07a5bcaaea5f0fda68eb681b7a34124c602f.tar.gz rust-486d07a5bcaaea5f0fda68eb681b7a34124c602f.zip | |
build: Temporarily retrieve FreeBSD snapshots from jyyou's server
Diffstat (limited to 'src/etc')
| -rwxr-xr-x | src/etc/get-snapshot.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py index 8c85e5b8e39..44a54f90a89 100755 --- a/src/etc/get-snapshot.py +++ b/src/etc/get-snapshot.py @@ -64,6 +64,9 @@ triple = sys.argv[1] snap = determine_curr_snapshot(triple) dl = os.path.join(download_dir_base, snap) url = download_url_base + "/" + snap +# FIXME: Temporary until we have FreeBSD snapshots on the official server +if "freebsd" in triple: + url = "http://plaslab.cs.nctu.edu.tw/~jyyou/rust" + "/" + snap print("determined most recent snapshot: " + snap) if (not os.path.exists(dl)): |
