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

[Git][ftp-team/dak][master] Instead of summarizing and doing nothing, actually hardlink files



Title: GitLab

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

Commits:

  • 92d929ab
    by Joerg Jaspert at 2023-04-12T22:47:45+02:00
    Instead of summarizing and doing nothing, actually hardlink files
    

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -182,7 +182,7 @@ function dedup() {
    182 182
             cd "${archiveroot}"
    
    183 183
             for dir in doc indices project tools; do
    
    184 184
                 if [[ -d ${dir} ]]; then
    
    185
    -                jdupes --hardlink --noempty --quiet --summarize --recurse ${dir}
    
    185
    +                jdupes --hardlink --noempty --quiet --linkhard --recurse ${dir}
    
    186 186
                 fi
    
    187 187
             done
    
    188 188
         done
    


  • Reply to: