[83032] contrib/mpab/chroot-scripts/buildports

jmr at macports.org jmr at macports.org
Tue Aug 23 22:45:39 PDT 2011


Revision: 83032
          http://trac.macports.org/changeset/83032
Author:   jmr at macports.org
Date:     2011-08-23 22:45:37 -0700 (Tue, 23 Aug 2011)
Log Message:
-----------
mpab: also clean deps on failure, since we're not skipping due to failed non-port: deps

Modified Paths:
--------------
    contrib/mpab/chroot-scripts/buildports

Modified: contrib/mpab/chroot-scripts/buildports
===================================================================
--- contrib/mpab/chroot-scripts/buildports	2011-08-24 04:58:38 UTC (rev 83031)
+++ contrib/mpab/chroot-scripts/buildports	2011-08-24 05:45:37 UTC (rev 83032)
@@ -134,7 +134,7 @@
          else
             /bin/mv ${PORTRESULTSDIR}/${portName}.log ${PORTRESULTSDIR}/fail
             echo "failure" | tee -a ${PROGRESSLOG}
-            ${PREFIX}/bin/port clean --work $portName
+            ${PREFIX}/bin/port clean --work $portName rdepof:${portName}
             # check that it definitely failed in its own right before caching
             if [[ -z "$nonPortDeps" ]]; then
                touch -r ${portFile} ${FAILCACHE}/${portName}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110823/a6cbeee7/attachment.html>


More information about the macports-changes mailing list