git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40507f
)
remove options not used in failures case
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 24 Jan 2011 23:08:33 +0000
(15:08 -0800)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 24 Jan 2011 23:08:33 +0000
(15:08 -0800)
cgi-bin/show_failures.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_failures.pl
b/cgi-bin/show_failures.pl
index ad754faa6139ba48d845ca56f658186c0a8f8a0b..ba6837b138a353d4ac7258e0202532d35ee3292f 100755
(executable)
--- a/
cgi-bin/show_failures.pl
+++ b/
cgi-bin/show_failures.pl
@@
-34,14
+34,6
@@
if ($sortby eq 'name')
{
$sort_clause = 'lower(b.sysname),';
}
-elsif ($sortby eq 'os')
-{
- $sort_clause = 'lower(b.operating_system), b.os_version desc,';
-}
-elsif ($sortby eq 'compiler')
-{
- $sort_clause = "lower(b.compiler), b.compiler_version,";
-}
elsif ($sortby eq 'namenobranch')
{
$presort_clause = "lower(b.sysname), b.snapshot desc,"