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

[Git][ftp-team/dak][master] only call `logs.py` on ftp-master



Title: GitLab

Ansgar Burchardt pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -588,8 +588,10 @@ function cleantransactions() {
    588 588
     }
    
    589 589
     
    
    590 590
     function logstats() {
    
    591
    -    cd ${TMPDIR}
    
    592
    -    ${masterdir}/tools/logs.py "$1"
    
    591
    +    if [ "${functionname}" = ftp-master.debian.org ]; then
    
    592
    +        cd ${TMPDIR}
    
    593
    +        ${masterdir}/tools/logs.py "$1"
    
    594
    +    fi
    
    593 595
     }
    
    594 596
     
    
    595 597
     # save timestamp when we start
    


  • Reply to: