git://scientific.zcu.cz
/
meta-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de641b
)
Support updates from Jenkins (dashboard output).
author
František Dvořák
<valtri@civ.zcu.cz>
Sun, 26 May 2013 14:01:39 +0000
(16:01 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 26 May 2013 14:01:39 +0000
(16:01 +0200)
dashboard.pl
patch
|
blob
|
blame
|
history
diff --git
a/dashboard.pl
b/dashboard.pl
index
a4ac082
..
1623616
100755
(executable)
--- 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; }