From dbe5dc97687a1d7dd1aaa552c8b84c22765a0e9f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 3 May 2011 11:34:44 -0700 Subject: Attempt to shift build to stage0-from-snapshots. --- src/etc/snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc') diff --git a/src/etc/snapshot.py b/src/etc/snapshot.py index 7dd963e8..924568ee 100644 --- a/src/etc/snapshot.py +++ b/src/etc/snapshot.py @@ -10,7 +10,7 @@ src_dir = scrub(os.getenv("CFG_SRC_DIR")) if not src_dir: raise Exception("missing env var CFG_SRC_DIR") -snapshotfile = os.path.join(src_dir, "snapshots.txt") +snapshotfile = os.path.join(src_dir, "src", "snapshots.txt") download_url_base = "http://dl.rust-lang.org/stage0-snapshots" download_dir_base = "dl" download_unpack_base = os.path.join(download_dir_base, "unpack") -- cgit v1.2.3