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

[Git][ftp-team/dak][master] Update sections file in cron.daily



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • config/debian/daily.functions
    ... ... @@ -26,6 +26,12 @@ function wbdump() {
    26 26
         ${masterdir}/scripts/nfu/get-w-b-db
    
    27 27
     }
    
    28 28
     
    
    29
    +# Write out sections file
    
    30
    +function writesections() {
    
    31
    +    log "Writing sections.822"
    
    32
    +    dak write-sections > ${exportdir}/sections.822
    
    33
    +}
    
    34
    +
    
    29 35
     # Generate stats about the new queue
    
    30 36
     function newstats() {
    
    31 37
         log "Generating stats about the new queue"
    

  • config/debian/daily.tasks
    ... ... @@ -9,3 +9,4 @@ newstats none none
    9 9
     contributor                 none                       none                       false   false
    
    10 10
     cleanurgencylog             none                       none                       false   false
    
    11 11
     update-buildd-admin-keyring none                       none                       false   false
    
    12
    +writesections               none                       none                       false   false


  • Reply to: