[Secure-testing-commits] r8112 - bin
thijs at alioth.debian.org
thijs at alioth.debian.org
Fri Feb 8 21:58:10 UTC 2008
Author: thijs
Date: 2008-02-08 21:58:10 +0000 (Fri, 08 Feb 2008)
New Revision: 8112
Modified:
bin/checklist
bin/tracker_service.py
Log:
location of testing.pl has been officialised
Modified: bin/checklist
===================================================================
--- bin/checklist 2008-02-08 21:40:29 UTC (rev 8111)
+++ bin/checklist 2008-02-08 21:58:10 UTC (rev 8112)
@@ -221,7 +221,7 @@
}
if ($html && $suite eq 'testing') {
- $havver='<a href="http://bjorn.haxx.se/debian/testing.pl?package='.uri_escape($package).'">'.$havver.'</a>';
+ $havver='<a href="http://release.debian.org/migration/testing.pl?package='.uri_escape($package).'">'.$havver.'</a>';
}
record($package, "$version needed, have $havver".(@maddy > 1 ? " [$arches]" : ""), $id, $urgency);
$unprop++;
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2008-02-08 21:40:29 UTC (rev 8111)
+++ bin/tracker_service.py 2008-02-08 21:58:10 UTC (rev 8112)
@@ -1109,7 +1109,7 @@
return url.absolute("http://packages.qa.debian.org/common/index.html",
src=package)
def url_testing_status(self, url, package):
- return url.absolute("http://bjorn.haxx.se/debian/testing.pl",
+ return url.absolute("http://release.debian.org/migration/testing.pl",
package=package)
def url_source_package(self, url, package, full=False):
if full:
More information about the Secure-testing-commits
mailing list