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

[Git][ftp-team/dak][master] 2 commits: Add the .changes Date to process_new output.



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • dak/process_new.py
    ... ... @@ -520,6 +520,7 @@ def do_new(upload, upload_copy, handler, session):
    520 520
             print
    
    521 521
             print "   Target:     {0}".format(upload.target_suite.suite_name)
    
    522 522
             print "   Changed-By: {0}".format(upload.changes.changedby)
    
    523
    +        print "   Date:       {0}".format(upload.changes.date)
    
    523 524
             print
    
    524 525
     
    
    525 526
             #if len(byhand) == 0 and len(missing) == 0:
    


  • Reply to: