Author: joeyh Date: 2005-09-07 16:12:45 +0000 (Wed, 07 Sep 2005) New Revision: 1838 Modified: bin/checklist Log: website and archive url changes Modified: bin/checklist ==================================================================--- bin/checklist 2005-09-07 16:09:48 UTC (rev 1837) +++ bin/checklist 2005-09-07 16:12:45 UTC (rev 1838) @@ -12,7 +12,7 @@ my $html=0; my $debug=0; my $suite="testing"; -my $sta="http://secure-testing.debian.net/debian-security-updates/dists/testing/security-updates/main/source/Sources.gz"; +my $sta="http://secure-testing.debian.net/debian-secure-testing/dists/testing/security-updates/main/source/Sources.gz"; my $output; if (! GetOptions( "html" => \$html, @@ -315,7 +315,7 @@ 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.debian.net/\">testing security team</a><br>\n"; + print OUT "Maintained by the <a href=\"http://secure-testing-master.debian.net/\">testing security team</a><br>\n"; print OUT "Last update: ".`date`."<br>\n"; print OUT "</html>\n"; }