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

[Git][ftp-team/dak][deploy] 2 commits: [workaround] release LOCK_DAILY in do_buildd



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • config/debian/common
    ... ... @@ -255,9 +255,10 @@ function get_archiveroot() {
    255 255
     # Prepare the trees for buildds, then push wanna-build
    
    256 256
     function do_buildd() {
    
    257 257
         if lockfile -r3 ${LOCK_DAILY}; then
    
    258
    -        TMPFILES="${TMPFILES} ${LOCK_DAILY}"
    
    258
    +        #TMPFILES="${TMPFILES} ${LOCK_DAILY}"
    
    259 259
             make_buildd_dir
    
    260 260
             wbtrigger
    
    261
    +        rm -f -- "${LOCK_DAILY}"
    
    261 262
         fi
    
    262 263
     }
    
    263 264
     
    


  • Reply to: