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

[Git][ftp-team/dak][deploy] 2 commits: stderr, you got to like it



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • scripts/debian/link_morgue.sh
    ... ... @@ -112,7 +112,7 @@ while read mfile; do
    112 112
             fi
    
    113 113
         else
    
    114 114
             # If we run wherever, use curl and the http interface
    
    115
    -        if out=$(curl --fail --show-error --silent --max-time 120 --head ${FARMURL}/${mshasum}); then
    
    115
    +        if out=$(curl --fail --show-error --silent --max-time 120 --head ${FARMURL}/${mshasum} 2>&1); then
    
    116 116
                 # Yes, lets symlink it
    
    117 117
                 # Yay for tons of dangling symlinks, but when this is done a rsync
    
    118 118
                 # will run and transfer the whole shitload of links over to the morgue host.
    


  • Reply to: