From ae784df3ce0c354fde00a6d9a4a50d642bdb3560 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 13 May 2011 17:00:43 -0700 Subject: Add support for 'T' transition snapshots, which are identical to S snapshots except they tell the makefile to stop at stage1. --- src/etc/get-snapshot.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/etc/get-snapshot.py') diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py index 4fce01e1..806d3751 100755 --- a/src/etc/get-snapshot.py +++ b/src/etc/get-snapshot.py @@ -41,9 +41,6 @@ def determine_curr_snapshot_for_platform(): parsed = parse_line(i, line) if (not parsed): continue - if parsed["type"] == "transition": - raise Exception("working on a transition, not updating stage0") - if found_snap and parsed["type"] == "file": if parsed["platform"] == platform: hsh = parsed["hash"] -- cgit v1.2.3