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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2ad340937d7c74414c8a25cb8f7936d2e87099f5">https://github.com/macports/macports-ports/commit/2ad340937d7c74414c8a25cb8f7936d2e87099f5</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 2ad3409  Only use the MacPorts CDN, not the mirrors
</span>2ad3409 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2ad340937d7c74414c8a25cb8f7936d2e87099f5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 28 15:51:42 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Only use the MacPorts CDN, not the mirrors
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    If a distfile or archive is not on the CDN, there's no point checking
</span><span style='display:block; white-space:pre;color:#404040;'>    the mirrors; it won't be there either.
</span>---
 _ci/bootstrap.sh | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_ci/bootstrap.sh b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index fddc7c4..da98afa 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,6 +16,8 @@ unset CC && source /opt/local/share/macports/setupenv.bash
</span> sudo sed -i "" "s|rsync://rsync.macports.org/macports/release/tarballs/ports.tar|file://${PWD}|; /^file:/s/default/nosync,default/" /opt/local/etc/macports/sources.conf
 # CI is not interactive
 echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Only download from the CDN, not the mirrors
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+echo "host_blacklist *.distfiles.macports.org *.packages.macports.org" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span> # Update PortIndex
 rsync --no-motd -zvl "rsync://rsync.macports.org/macports/release/ports/PortIndex_darwin_${OS_MAJOR}_i386/PortIndex*" .
 git remote add macports https://github.com/macports/macports-ports.git
</pre><pre style='margin:0'>

</pre>