<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/cf81060416423cdde5645009ac8dbe4cb837e4e3">https://github.com/macports/macports-ports/commit/cf81060416423cdde5645009ac8dbe4cb837e4e3</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 cf810604164 bootstrap.sh: fix comment, allow NTP sync failure
</span>cf810604164 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cf81060416423cdde5645009ac8dbe4cb837e4e3
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Aug 19 03:11:18 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    bootstrap.sh: fix comment, allow NTP sync failure
</span>---
 _ci/bootstrap.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<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 27c0863bdc0..284e70498f5 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;'>@@ -12,13 +12,13 @@ done
</span> 
 OS_MAJOR=$(uname -r | cut -f 1 -d .)
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Force NTP sync: VM clock might be behind
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Force NTP sync: VM clock might be ahead
</span> # https://trac.macports.org/ticket/58800
 if [ ${OS_MAJOR} -ge 18 ]
     then
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        sudo sntp -sS 0.us.pool.ntp.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        sudo sntp -sS 0.us.pool.ntp.org || true
</span>     else
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        sudo ntpdate -vu 0.us.pool.ntp.org
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        sudo ntpdate -vu 0.us.pool.ntp.org || true
</span> fi
 
 # Download and install MacPorts built by https://github.com/macports/macports-base/blob/travis-ci/.travis.yml
</pre><pre style='margin:0'>

</pre>