<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4dad85ab6d42f6feed7457a62fe45ed648a46660">https://github.com/macports/macports-ports/commit/4dad85ab6d42f6feed7457a62fe45ed648a46660</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4dad85ab6d42f6feed7457a62fe45ed648a46660
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 29 17:24:23 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Prefer public archives over private archives
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Right now, while we're setting things up, the private server also has
</span><span style='display:block; white-space:pre;color:#404040;'>    the public archives, but we don't want to waste time adding those to
</span><span style='display:block; white-space:pre;color:#404040;'>    the CDN cache when they're already in the public server's CDN cache.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/54800
</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 3507206..5ea0279 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;'>@@ -20,6 +20,8 @@ echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/d
</span> echo "host_blacklist *.distfiles.macports.org *.packages.macports.org" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
 # Also try downloading archives from the private server
 echo "archive_site_local https://packages-private.macports.org/" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Prefer to get archives from the public server instead of the private server
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+echo "preferred_hosts 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>