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

[Git][ftp-team/dak][deploy] Disable, doesnt work with more recent logfiles (since end 2011 ones)



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -622,8 +622,8 @@ function i18n2() {
    622 622
     function stats() {
    
    623 623
         log "Updating stats data"
    
    624 624
         cd ${configdir}
    
    625
    -    ${scriptsdir}/update-ftpstats ${base}/log/* > ${base}/misc/ftpstats.data
    
    626
    -    R --slave --vanilla < ${base}/misc/ftpstats.R
    
    625
    +    #${scriptsdir}/update-ftpstats ${base}/log/* > ${base}/misc/ftpstats.data
    
    626
    +    #R --slave --vanilla < ${base}/misc/ftpstats.R
    
    627 627
         dak stats arch-space > ${webdir}/arch-space
    
    628 628
         dak stats pkg-nums > ${webdir}/pkg-nums
    
    629 629
     }
    


  • Reply to: