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

[Git][ftp-team/dak][master] update last_changed for build queues



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • dak/manage_build_queues.py
    ... ... @@ -126,6 +126,8 @@ def clean(build_queue, transaction, now=None):
    126 126
             Logger.log(["removed source from build queue", build_queue.queue_name, source.source, source.version])
    
    127 127
             transaction.remove_source(source, suite)
    
    128 128
     
    
    129
    +    if binaries or sources:
    
    130
    +        suite.update_last_changed()
    
    129 131
     
    
    130 132
     def main():
    
    131 133
         global Options, Logger
    


  • Reply to: