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

[Git][ftp-team/dak][master] 2 commits: pointrelease: use correct variable



Title: GitLab

Ansgar Burchardt pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/pointrelease
    ... ... @@ -220,11 +220,14 @@ if [[ ${suitename} != jessie ]]; then
    220 220
     fi
    
    221 221
     
    
    222 222
     log "RM time"
    
    223
    -if ${wget} -O "removallist" "${release_base}/removals.${target_suite}"; then
    
    223
    +if ${wget} -O "removallist" "${release_base}/removals.${suitename}"; then
    
    224 224
         echo "Please check removallist file, I am going to run it as shell script when you confirm"
    
    225 225
         confirm
    
    226 226
         $EDITOR removallist
    
    227 227
         bash removallist
    
    228
    +    if [ -s removallist ]; then
    
    229
    +        hadrms=1
    
    230
    +    fi
    
    228 231
     fi
    
    229 232
     
    
    230 233
     echo "Any more removals to be done?"
    


  • Reply to: