| 1109 |
return url.absolute("http://packages.qa.debian.org/common/index.html", |
return url.absolute("http://packages.qa.debian.org/common/index.html", |
| 1110 |
src=package) |
src=package) |
| 1111 |
def url_testing_status(self, url, package): |
def url_testing_status(self, url, package): |
| 1112 |
return url.absolute("http://bjorn.haxx.se/debian/testing.pl", |
return url.absolute("http://release.debian.org/migration/testing.pl", |
| 1113 |
package=package) |
package=package) |
| 1114 |
def url_source_package(self, url, package, full=False): |
def url_source_package(self, url, package, full=False): |
| 1115 |
if full: |
if full: |