Joerg Jaspert pushed to branch master at Debian FTP Team / dak
Commits:
1 changed file:
Changes:
... | ... | @@ -94,7 +94,7 @@ def table_header(): |
94 | 94 | |
95 | 95 | |
96 | 96 | def table_footer():
|
97 | - return '</table><br><p>non-NEW uploads are <a href="">"/deferred/">available</a> (<a href="">"/deferred/status">machine readable version</a>), see the <a href="">"ftp://ftp.upload.debian.org/pub/UploadQueue/README">UploadQueue-README</a> and <a href="">"https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#delayed-incoming">Developer\'s reference</a> for more information on the DELAYED queue.</p></center><br>\n'
|
|
97 | + return '</table><br><p>non-NEW uploads are <a href="">"/deferred/">available</a> (<a href="">"/deferred/status">machine readable version</a>), see the <a href="">"https://www.debian.org/doc/manuals/developers-reference/ch05.en.html#delayed-incoming">Developer\'s reference</a> for more information on the DELAYED queue.</p></center><br>\n'
|
|
98 | 98 | |
99 | 99 | |
100 | 100 | def table_row(changesname, delay, changed_by, closes, fingerprint):
|