build: Start downloading FreeBSD snaps from the official server

This commit is contained in:
Brian Anderson 2012-02-13 11:20:19 -08:00
parent 340f612962
commit e7024e9dd2
1 changed files with 0 additions and 3 deletions

View File

@ -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)):