From e7024e9dd29ad1ebf95f608edbb2e00fec54f573 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 13 Feb 2012 11:20:19 -0800 Subject: [PATCH] build: Start downloading FreeBSD snaps from the official server --- src/etc/get-snapshot.py | 3 --- 1 file changed, 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)):