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

</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/a65eb729f26f0ea4c8052a5e6dc9167ac201a88e">https://github.com/macports/macports-infrastructure/commit/a65eb729f26f0ea4c8052a5e6dc9167ac201a88e</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 a65eb72  buildbot: Enable base builder on 10.6 i386
</span>a65eb72 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a65eb729f26f0ea4c8052a5e6dc9167ac201a88e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 3 07:03:12 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    buildbot: Enable base builder on 10.6 i386
</span>---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/buildbot/master.cfg b/buildbot/master.cfg
</span><span style='display:block; white-space:pre;color:#808080;'>index cb6057f..d4a0460 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/buildbot/master.cfg
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/buildbot/master.cfg
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -251,7 +251,7 @@ if 'githubapitoken' in secrets:
</span> 
 ####### SCHEDULERS #######
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-base_platforms = [plat for plat in build_platforms if 'legacy' not in plat and '10.6_i386' not in plat]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+base_platforms = [plat for plat in build_platforms if 'legacy' not in plat]
</span> port_platforms = [plat for plat in build_platforms if 'linux' not in plat and '10.5_ppc' != plat]
 
 base_buildernames = map('base-{}'.format, base_platforms)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -925,7 +925,7 @@ extract_os = re.compile(r'^(\d+(\.\d+)?)_')
</span> for plat in build_platforms:
     os_match = extract_os.search(plat)
     os_version = os_match.group(1) if os_match else plat
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if 'legacy' not in plat and '10.6_i386' not in plat:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if 'legacy' not in plat:
</span>         c['builders'].append(
             util.BuilderConfig(
                 name='base-' + plat,
</pre><pre style='margin:0'>

</pre>