<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/847208cf7a361d2ed6dc5f4f03184068690958d2">https://github.com/macports/macports-ports/commit/847208cf7a361d2ed6dc5f4f03184068690958d2</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 847208cf7a3 Don't add packages.macports.org to archive_site_local
</span>847208cf7a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 847208cf7a361d2ed6dc5f4f03184068690958d2
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Apr 27 18:16:33 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Don't add packages.macports.org to archive_site_local
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    packages.macports.org is already in the default archive sites and each
</span><span style='display:block; white-space:pre;color:#404040;'>    site in archive_site_local gets added to the list twice. Since
</span><span style='display:block; white-space:pre;color:#404040;'>    packages.macports.org now has a lower pingtime than packages-private,
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts tries three times to download a nondistributable package from
</span><span style='display:block; white-space:pre;color:#404040;'>    packages.macports.org without trying packages-private at all.
</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/57719
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/57720
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://lists.macports.org/pipermail/macports-dev/2021-April/043259.html
</span>---
 .github/azure-workflows/bootstrap.sh | 4 ++--
 .github/workflows/bootstrap.sh       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/azure-workflows/bootstrap.sh b/.github/azure-workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index 513d529e653..62c00cc4bc3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/azure-workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/azure-workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,8 +77,8 @@ sudo sed -i "" "s|rsync://rsync.macports.org/macports/release/tarballs/ports.tar
</span> echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
 # Only download from the CDN, not the mirrors
 echo "host_blacklist *.distfiles.macports.org *.packages.macports.org" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Try downloading archives from the private server after trying the public server
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-echo "archive_site_local https://packages.macports.org/:tbz2 https://packages-private.macports.org/:tbz2" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Also try downloading archives from the private server
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+echo "archive_site_local https://packages-private.macports.org/:tbz2" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span> # Prefer to get archives from the public server instead of the private server
 # preferred_hosts has no effect on archive_site_local
 # See https://trac.macports.org/ticket/57720
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/bootstrap.sh b/.github/workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index 6f663e36356..9164033aa7c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,8 +77,8 @@ sudo sed -i "" "s|rsync://rsync.macports.org/macports/release/tarballs/ports.tar
</span> echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
 # Only download from the CDN, not the mirrors
 echo "host_blacklist *.distfiles.macports.org *.packages.macports.org" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Try downloading archives from the private server after trying the public server
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-echo "archive_site_local https://packages.macports.org/:tbz2 https://packages-private.macports.org/:tbz2" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Also try downloading archives from the private server
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+echo "archive_site_local https://packages-private.macports.org/:tbz2" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span> # Prefer to get archives from the public server instead of the private server
 # preferred_hosts has no effect on archive_site_local
 # See https://trac.macports.org/ticket/57720
</pre><pre style='margin:0'>

</pre>