build: Temporarily retrieve FreeBSD snapshots from jyyou's server

This commit is contained in:
Brian Anderson 2012-02-13 01:22:00 -05:00
parent f5e1108fc3
commit 486d07a5bc
2 changed files with 4 additions and 0 deletions

View file

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