<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ad51a6cbcba31843010ad4f4eb6ca2ad65150824">https://github.com/macports/macports-ports/commit/ad51a6cbcba31843010ad4f4eb6ca2ad65150824</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 ad51a6cbcba CI: temporarily prefer mirrors
</span>ad51a6cbcba is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad51a6cbcba31843010ad4f4eb6ca2ad65150824
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Oct 28 09:25:49 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    CI: temporarily prefer mirrors
</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/68563
</span>---
 .github/workflows/bootstrap.sh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<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 75dbb20f4b7..f9ad292458b 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;'>@@ -31,13 +31,17 @@ begingroup "Fetching files"
</span> # Download resources in background ASAP but use later.
 # Use /usr/bin/curl so that we don't use Homebrew curl.
 echo "Fetching getopt..."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/usr/bin/curl -fsSLO "https://distfiles.macports.org/_ci/getopt/getopt-v1.1.6.tar.bz2" &
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#/usr/bin/curl -fsSLO "https://distfiles.macports.org/_ci/getopt/getopt-v1.1.6.tar.bz2" &
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Temporarily prefer mirror: https://trac.macports.org/ticket/68563
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+/usr/bin/curl -fsSLO "https://mirror.fcix.net/macports/distfiles/_ci/getopt/getopt-v1.1.6.tar.bz2" &
</span> curl_getopt_pid=$!
 echo "Fetching MacPorts..."
 /usr/bin/curl -fsSLO "https://github.com/macports/macports-ci-files/releases/download/v${MACPORTS_VERSION}/${MACPORTS_FILENAME}" &
 curl_mpbase_pid=$!
 echo "Fetching PortIndex..."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-/usr/bin/curl -fsSLo ports/PortIndex "https://ftp.fau.de/macports/release/ports/PortIndex_darwin_${OS_MAJOR}_${OS_ARCH}/PortIndex" &
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#/usr/bin/curl -fsSLo ports/PortIndex "https://ftp.fau.de/macports/release/ports/PortIndex_darwin_${OS_MAJOR}_${OS_ARCH}/PortIndex" &
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Temporarily prefer mirror: https://trac.macports.org/ticket/68563#comment:13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+/usr/bin/curl -fsSLo ports/PortIndex "https://mirror.fcix.net/macports/release/tarballs/PortIndex_darwin_${OS_MAJOR}_${OS_ARCH}/PortIndex" &
</span> curl_portindex_pid=$!
 endgroup
 
</pre><pre style='margin:0'>

</pre>