# HG changeset patch # User timothy.murphy@nokia.com # Date 1260361189 0 # Node ID 608b444a975928fe337414f8610a4a060b2f52fd # Parent 315b0aa777bdc06defdf950f14ecf0ecf27fde55 Recipestats summarises recipe times by type from a log. Timelines illustrates build progress in a graph as it happens by reading the log output. diff -r 315b0aa777bd -r 608b444a9759 sbsv2/raptor/bin/recipestats.py --- a/sbsv2/raptor/bin/recipestats.py Wed Dec 09 12:17:02 2009 +0000 +++ b/sbsv2/raptor/bin/recipestats.py Wed Dec 09 12:19:49 2009 +0000 @@ -1,3 +1,4 @@ +#!/usr/bin/env python # # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. diff -r 315b0aa777bd -r 608b444a9759 sbsv2/raptor/bin/timelines.py