[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] 2 commits: Stop linking to nonexistent ftp://ftp-master.debian.org/pub/UploadQueue/README in deferred.html



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

  • 553e0739
    by наб at 2024-12-02T15:35:15+01:00
    Stop linking to nonexistent ftp://ftp-master.debian.org/pub/UploadQueue/README in deferred.html
    
  • 9d31ee2c
    by Joerg Jaspert at 2024-12-09T21:28:23+00:00
    Merge branch 'master' into 'master'
    
    Stop linking to nonexistent ftp://ftp-master.debian.org/pub/UploadQueue/README in deferred.html
    
    See merge request ftp-team/dak!283

1 changed file:

Changes:

  • dak/show_deferred.py
    ... ... @@ -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):
    


  • Reply to: