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:
7ab6834
)
fix URL to point to current CVS web
author
Andrew Dunstan
<andrew@dunslane.net>
Fri, 16 Jan 2009 14:37:51 +0000
(14:37 +0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Fri, 16 Jan 2009 14:37:51 +0000
(14:37 +0000)
cgi-bin/show_log.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_log.pl
b/cgi-bin/show_log.pl
index 929af0dee8f13cc36f7f6bd95b5587a2cc814fb0..a966ed973d817aebdb28eaf3154f26a80159037a 100755
(executable)
--- 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/!;
- 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';