[82245] contrib/mpab/mpab-functions

jmr at macports.org jmr at macports.org
Thu Aug 11 09:13:07 PDT 2011


Revision: 82245
          http://trac.macports.org/changeset/82245
Author:   jmr at macports.org
Date:     2011-08-11 09:13:06 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
mpab: make sure to sync deletions from the list of previously failed ports

Modified Paths:
--------------
    contrib/mpab/mpab-functions

Modified: contrib/mpab/mpab-functions
===================================================================
--- contrib/mpab/mpab-functions	2011-08-11 15:47:58 UTC (rev 82244)
+++ contrib/mpab/mpab-functions	2011-08-11 16:13:06 UTC (rev 82245)
@@ -276,11 +276,11 @@
       ln -s ${baseDir}/progress.log ${chrootPath}/var/tmp/progress.log
    fi
    mkdir -p ${baseDir}/failcache
-   rsync -a ${baseDir}/failcache ${chrootPath}/var/tmp
+   rsync -a --delete ${baseDir}/failcache ${chrootPath}/var/tmp
 
    chrootExec buildports
 
-   rsync -a ${chrootPath}/var/tmp/failcache ${baseDir}
+   rsync -a --delete ${chrootPath}/var/tmp/failcache ${baseDir}
 
    return 0
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110811/497dac44/attachment.html>


More information about the macports-changes mailing list