<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository mpbot-github.

</pre>
<p><a href="https://github.com/macports/mpbot-github/commit/738846df3850f5826151e1f38b4fc1ac5aa85004">https://github.com/macports/mpbot-github/commit/738846df3850f5826151e1f38b4fc1ac5aa85004</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 738846d  ci: force deactivate
</span>738846d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 738846df3850f5826151e1f38b4fc1ac5aa85004
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Wed Jun 20 12:30:55 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    ci: force deactivate
</span>---
 ci/portutil.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ci/portutil.go b/ci/portutil.go
</span><span style='display:block; white-space:pre;color:#808080;'>index 3fb1e60..4bab199 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ci/portutil.go
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ci/portutil.go
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ import (
</span> // is needed across builds. It should be able to avoid
 // conflicts.
 func DeactivateAllPorts() {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        deactivateCmd := exec.Command("port", "deactivate", "active")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   deactivateCmd := exec.Command("port", "-fp", "deactivate", "active")
</span>   deactivateCmd.Run()
 }
 
</pre><pre style='margin:0'>

</pre>