[150810] contrib/mp-buildbot/mpbb-cleanup

ryandesign at macports.org ryandesign at macports.org
Fri Jul 29 12:37:15 PDT 2016


Revision: 150810
          https://trac.macports.org/changeset/150810
Author:   ryandesign at macports.org
Date:     2016-07-29 12:37:15 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
mp-buildbot: proceed to deactivate and clean other ports even if one encounters an error

Modified Paths:
--------------
    contrib/mp-buildbot/mpbb-cleanup

Modified: contrib/mp-buildbot/mpbb-cleanup
===================================================================
--- contrib/mp-buildbot/mpbb-cleanup	2016-07-29 17:47:47 UTC (rev 150809)
+++ contrib/mp-buildbot/mpbb-cleanup	2016-07-29 19:37:15 UTC (rev 150810)
@@ -17,9 +17,9 @@
 
     echo "Running cleanup..."
     # Deactivate all ports
-    "${option_prefix}/bin/port" -f deactivate active
+    "${option_prefix}/bin/port" -fp deactivate active
     # Clean the ports we built and their dependencies
-    "${option_prefix}/bin/port" -f clean --dist --logs --work "${option_port}" rdepof:"${option_port}"
+    "${option_prefix}/bin/port" -fp clean --dist --logs --work "${option_port}" rdepof:"${option_port}"
     # Uninstall obsolete ports
     "${option_prefix}/bin/port-tclsh" "${thisdir}/tools/uninstall-old-ports.tcl"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160729/4ea80ff9/attachment.html>


More information about the macports-changes mailing list