From: František Dvořák Date: Sun, 26 May 2013 14:01:39 +0000 (+0200) Subject: Support updates from Jenkins (dashboard output). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bc84f5a0b6ecd0d5f0aa61d1694650e84c6ed089;p=meta-dashboard.git Support updates from Jenkins (dashboard output). --- diff --git a/dashboard.pl b/dashboard.pl index a4ac082..1623616 100755 --- a/dashboard.pl +++ b/dashboard.pl @@ -40,7 +40,7 @@ foreach my $i (0..$#list) { if (/perf/i) { $scen = $_; } elsif (/^double/i) { $scen = 'doubledistupgrade'; $doubledistupgrades=1; } elsif (/^upgrade/i or /major upgrade/i) { $scen = 'distupgrade'; $distupgrades=1; } - elsif (/^minor upgrade/i) { $scen = 'upgrade'; $upgrades=1; } + elsif (/^minor upgrade/i or /^update/i) { $scen = 'upgrade'; $upgrades=1; } elsif (/build/i) { $scen = 'build'; } } if ($scen eq 'install') { $installs=1; }