<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/c83c328f1a674b00306dc76b1e65ef4bce2c2a4d">https://github.com/macports/macports-ports/commit/c83c328f1a674b00306dc76b1e65ef4bce2c2a4d</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 c83c328f1a6 CI: don't rely on existing sources.conf content
</span>c83c328f1a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c83c328f1a674b00306dc76b1e65ef4bce2c2a4d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Aug 23 19:02:46 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    CI: don't rely on existing sources.conf content
</span>---
 .github/workflows/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 698f35e499d..a5200b5a53b 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;'>@@ -111,7 +111,7 @@ begingroup "Configuring MacPorts"
</span> # Set PATH for portindex
 source /opt/local/share/macports/setupenv.bash
 # Set ports tree to $PWD/ports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-sudo sed -i "" "s|rsync://rsync.macports.org/macports/release/tarballs/ports.tar|file://${PWD}/ports|; /^file:/s/default/nosync,default/" /opt/local/etc/macports/sources.conf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+echo "file://${PWD}/ports [default,nosync]" | sudo tee /opt/local/etc/macports/sources.conf >/dev/null
</span> # CI is not interactive
 echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
 # Only download from the CDN, not the mirrors
</pre><pre style='margin:0'>

</pre>