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

[Git][ftp-team/dak][mhy/add_find_files_command] Use correct option name



Title: GitLab

Mark Hymers pushed to branch mhy/add_find_files_command at Debian FTP Team / dak

Commits:

  • fa32125a
    by Mark Hymers at 2023-12-10T13:20:38+00:00
    Use correct option name
    

1 changed file:

Changes:

  • config/debian/dinstall.functions
    ... ... @@ -407,7 +407,7 @@ function mirror() {
    407 407
                 --filter 'protect /project/' \
    
    408 408
                 --filter 'protect /project/trace/' \
    
    409 409
                 --filter 'protect /project/trace/*' \
    
    410
    -            --filter-from=/srv/ftp-master.debian.org/mirror-excluded-files.list \
    
    410
    +            --exclude-from=/srv/ftp-master.debian.org/mirror-excluded-files.list \
    
    411 411
                 --ignore-errors \
    
    412 412
                 ${archiveroot}/. ${targetpath}/.
    
    413 413
     
    


  • Reply to: