diff -r c34a018f3291 -r 705136d2022f williamr/sbs_quickstatus.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/williamr/sbs_quickstatus.pl Wed Jun 10 17:17:58 2009 +0100 @@ -0,0 +1,60 @@ +#! perl + +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# +# Contributors: +# +# Description: +# Filter an SBSv2 log to keep only status lines, with added target and recipe names + +use strict; + +my $line; +my $current_target = ""; +my $recipe_name = ""; + +@ARGV = map {glob} @ARGV; + +while ($line =<>) + { + my $prefix = substr($line,0,8); + if ($prefix eq "