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:
fe7ec22
)
use new fast dashboard view
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 27 Aug 2007 16:57:30 +0000
(16:57 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 27 Aug 2007 16:57:30 +0000
(16:57 +0000)
cgi-bin/show_status.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_status.pl
b/cgi-bin/show_status.pl
index 39ecccdebaf6eb72ee76376a4b03aa63039c77c1..3fc48cda67ad782eb2b167c1e0474381cc8a82c1 100755
(executable)
--- a/
cgi-bin/show_status.pl
+++ b/
cgi-bin/show_status.pl
@@
-36,14
+36,10
@@
elsif ($sortby eq 'compiler')
my $db = DBI->connect($dsn,$dbuser,$dbpass) or die("$dsn,$dbuser,$dbpass,$!");
-# there is possibly some redundancy in this query, but it makes
-# a lot of the processing simpler.
-
my $statement =<<EOS;
- select when_ago, sysname, snapshot, status, stage, branch, build_flags,
- operating_system, os_version, compiler, compiler_version, architecture
+ select *
from dashboard
order by branch = 'HEAD' desc,
branch desc, $sort_clause