git://git.exim.org
/
buildfarm-server.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reduce cols in log stages section
[buildfarm-server.git]
/
cgi-bin
/
show_log.pl
diff --git
a/cgi-bin/show_log.pl
b/cgi-bin/show_log.pl
old mode 100644
(file)
new mode 100755
(executable)
index
929af0d
..
c9c0db7
--- a/
cgi-bin/show_log.pl
+++ b/
cgi-bin/show_log.pl
@@
-87,7
+87,7
@@
foreach my $chgd ($changed_this_run,$changed_since_success)
foreach (@lines)
{
next unless m!^pgsql/!;
foreach (@lines)
{
next unless m!^pgsql/!;
- s!(^\S+)(\s+)(\S+)!<a href="http://
developer
.postgresql.org/cvsweb.cgi/$1?rev=$3">$1$2$3</a>!;
+ s!(^\S+)(\s+)(\S+)!<a href="http://
anoncvs
.postgresql.org/cvsweb.cgi/$1?rev=$3">$1$2$3</a>!;
}
$chgd = join("\n",@lines);
$chgd ||= 'not recorded';
}
$chgd = join("\n",@lines);
$chgd ||= 'not recorded';
@@
-100,7
+100,7
@@
map {s/&/&/g; s/</</g; s/>/>/g; s/\"/"/g;} ($log,$conf);
use POSIX qw(ceil);
use POSIX qw(ceil);
-my $lrfactor =
7
;
+my $lrfactor =
6
;
my $logrows = ceil(scalar(@log_file_names)/$lrfactor);
my $logcells = $lrfactor * $logrows;
my $logrows = ceil(scalar(@log_file_names)/$lrfactor);
my $logcells = $lrfactor * $logrows;