aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorTobias Quathamer <toddy>2009-10-08 14:31:50 +0000
committerTobias Quathamer <toddy>2009-10-08 14:31:50 +0000
commitf1731d9c88538a99f77842f14206d903f8dc6423 (patch)
treeef15222974212134f0a8c45da2b5f548898c0c65 /stattrans.pl
parent5f6dab50d6179f95123fca9210d403710a4066f3 (diff)
Switch links of CVS repository from cvs.d.o to alioth.d.o
CVS version numbers stattrans.pl: 1.89 -> 1.90
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/stattrans.pl b/stattrans.pl
index a6e75e6dd7a..e1a67584fc2 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -325,13 +325,13 @@ foreach $lang (@search_in) {
if ($msg eq "Wrong translation version" || $msg eq "The original no longer exists") {
$o_body .= "<td></td><td></td>";
} else {
- $o_body .= sprintf "<td><a href=\"http://cvs.debian.org/webwml/$orig/%s.diff\?r1=%s\&amp;r2=%s\&amp;cvsroot=webwml\&amp;diff_format=%s\">%s\&nbsp;->\&nbsp;%s</a></td>",
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml\&amp;view=diff\&amp;r1=%s\&amp;r2=%s\&amp;diff_format=%s\">%s\&nbsp;->\&nbsp;%s</a></td>",
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $firstdifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
- $o_body .= sprintf "<td><a href=\"http://cvs.debian.org/webwml/$orig/%s.diff\?r1=%s\&amp;r2=%s\&amp;cvsroot=webwml\&amp;diff_format=%s\">%s\&nbsp;->\&nbsp;%s</a></td>",
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml\&amp;view=diff\&amp;r1=%s\&amp;r2=%s\&amp;diff_format=%s\">%s\&nbsp;->\&nbsp;%s</a></td>",
$file, $transversion{"$lang/$file"}, $version{"$orig/$file"}, $seconddifftype, $transversion{"$lang/$file"}, $version{"$orig/$file"};
- $o_body .= sprintf "<td><a href=\"http://cvs.debian.org/webwml/$orig/%s?cvsroot=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/$orig/%s?root=webwml#rev%s\">[L]</a></td>", $file, $version{"$orig/$file"};
}
- $o_body .= sprintf "<td><a href=\"http://cvs.debian.org/*checkout*/webwml/%s/%s?content-type=text/plain\">[F]</a>&nbsp;<a href=\"http://cvs.debian.org/webwml/%s/%s?cvsroot=webwml\">[L]</a></td>", $lang, $file, $lang, $file;
+ $o_body .= sprintf "<td><a href=\"http://alioth.debian.org/scm/viewvc.php/*checkout*/webwml/%s/%s?root=webwml\">[F]</a></td>", $lang, $file;
$o_body .= sprintf "<td align=center>%s</td>", $maintainer{"$lang/$file"} || "";
$o_body .= "</tr>\n";
$outdated{$lang}++;
@@ -705,7 +705,7 @@ print HTMLI "</table>\n";
# print HTMLI $border_foot;
print HTMLI "<p><hr>\n";
-print HTMLI "<p><address>Created with <a href=\"http://cvs.debian.org/webwml/stattrans.pl?cvsroot=webwml\">webwml-stattrans</a> on $date</address>\n";
+print HTMLI "<p><address>Created with <a href=\"http://alioth.debian.org/scm/viewvc.php/webwml/stattrans.pl?view=markup\&amp;root=webwml\">webwml-stattrans</a> on $date</address>\n";
print HTMLI "</body></html>\n";
close (HTMLI);

© 2014-2024 Faster IT GmbH | imprint | privacy policy