New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82245


Ignore:
Timestamp:
08/11/11 09:13:06 (4 years ago)
Author:
jmr@…
Message:

mpab: make sure to sync deletions from the list of previously failed ports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/mpab/mpab-functions

    r82197 r82245  
    277277   fi 
    278278   mkdir -p ${baseDir}/failcache 
    279    rsync -a ${baseDir}/failcache ${chrootPath}/var/tmp 
     279   rsync -a --delete ${baseDir}/failcache ${chrootPath}/var/tmp 
    280280 
    281281   chrootExec buildports 
    282282 
    283    rsync -a ${chrootPath}/var/tmp/failcache ${baseDir} 
     283   rsync -a --delete ${chrootPath}/var/tmp/failcache ${baseDir} 
    284284 
    285285   return 0 
Note: See TracChangeset for help on using the changeset viewer.