summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNico Golde <nion@debian.org>2007-12-03 22:33:14 +0000
committerNico Golde <nion@debian.org>2007-12-03 22:33:14 +0000
commitfbf0d335a34ecae0a91bd4954060ed0d0cc72a6b (patch)
treea78f6582139c3754808784b08f81841f14faaf47 /bin
parentf81409e8086cdcdad769e60a02eb89d7209e5e31 (diff)
secure-testing-master -> testing-security
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@7489 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin')
-rwxr-xr-xbin/checklist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/checklist b/bin/checklist
index a8bd6c1f20..d880a28885 100755
--- a/bin/checklist
+++ b/bin/checklist
@@ -91,7 +91,7 @@ sub record {
$condition=~s{bug #(\d+)}{<a href="http://bugs.debian.org/$1">bug #$1</a>}g;
$condition=~s{unfixed}{<b>unfixed</b>}g;
$item=~s#(CVE-\d+-\d+)#<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=$1">$1</a>#g;
- $item=~s#(DTSA-\d+-\d+)#<a href="http://secure-testing-master.debian.net/DTSA/$1.html">$1</a>#g;
+ $item=~s#(DTSA-\d+-\d+)#<a href="http://testing-security.debian.net/DTSA/$1.html">$1</a>#g;
}
push @{$data{$package}{$condition}}, {item => $item, urgency => $urgency};
@@ -327,7 +327,7 @@ if ($html) {
print OUT "<br>\n";
print OUT "Total number of kernel image packages not up to date: $need_rebuild<br>\n";
print OUT "Number of TODO lines in <a href=\"http://svn.debian.org/wsvn/secure-testing/data/?rev=0&sc=0\">records</a>: $todos<br>\n";
- print OUT "Maintained by the <a href=\"http://secure-testing-master.debian.net/\">testing security team</a><br>\n";
+ print OUT "Maintained by the <a href=\"http://testing-security.debian.net/\">testing security team</a><br>\n";
print OUT "Last update: ".`date`."<br>\n";
print OUT "</html>\n";
}

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