diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-02-13 11:20:19 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-13 12:44:41 -0800 |
| commit | e7024e9dd29ad1ebf95f608edbb2e00fec54f573 (patch) | |
| tree | bd09e15d24b879a59f436982d057aaf0603b2322 /src/etc | |
| parent | 340f612962e493d181c6e470beedb6b3d5b0ed01 (diff) | |
| download | rust-e7024e9dd29ad1ebf95f608edbb2e00fec54f573.tar.gz rust-e7024e9dd29ad1ebf95f608edbb2e00fec54f573.zip | |
build: Start downloading FreeBSD snaps from the official server
Diffstat (limited to 'src/etc')
| -rwxr-xr-x | src/etc/get-snapshot.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py index 44a54f90a89..8c85e5b8e39 100755 --- a/src/etc/get-snapshot.py +++ b/src/etc/get-snapshot.py @@ -64,9 +64,6 @@ 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)): |
