Changeset 82245
- Timestamp:
- 08/11/11 09:13:06 (4 years ago)
- File:
-
- 1 edited
-
contrib/mpab/mpab-functions (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/mpab/mpab-functions
r82197 r82245 277 277 fi 278 278 mkdir -p ${baseDir}/failcache 279 rsync -a ${baseDir}/failcache ${chrootPath}/var/tmp279 rsync -a --delete ${baseDir}/failcache ${chrootPath}/var/tmp 280 280 281 281 chrootExec buildports 282 282 283 rsync -a ${chrootPath}/var/tmp/failcache ${baseDir}283 rsync -a --delete ${chrootPath}/var/tmp/failcache ${baseDir} 284 284 285 285 return 0
Note: See TracChangeset
for help on using the changeset viewer.

