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

[Git][ftp-team/dak][master] 2 commits: dinstall: rsync dep11 data for non-free-firmware too



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

  • c753313a
    by Cyril Brulebois at 2023-01-19T21:23:17+01:00
    dinstall: rsync dep11 data for non-free-firmware too
    
  • fe3d1e5e
    by Ansgar at 2023-01-21T09:24:36+01:00
    Merge remote-tracking branch 'origin/merge-requests/267'
    

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -105,7 +105,7 @@ function dep11() {
    105 105
             # Yay, worked, lets copy around
    
    106 106
             for dir in ${extimportdists}; do
    
    107 107
                 if [[ -d ${dir}/  ]]; then
    
    108
    -                for comp in main contrib non-free; do
    
    108
    +                for comp in main contrib non-free non-free-firmware; do
    
    109 109
                         mkdir -p ${ftpdir}/dists/${dir}/${comp}/dep11
    
    110 110
                         cd ${dir}/${comp}
    
    111 111
                         rsync -rtq --delete --delete-after --exclude by-hash --exclude "./*.tmp" . ${ftpdir}/dists/${dir}/${comp}/dep11/.
    


  • Reply to: