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

</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/827ee0dff8ae01be5fcd032dfe06eb4b027cfbbd">https://github.com/macports/macports-infrastructure/commit/827ee0dff8ae01be5fcd032dfe06eb4b027cfbbd</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 827ee0d  buildbot: allow configuring ulpath_unique
</span>827ee0d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 827ee0dff8ae01be5fcd032dfe06eb4b027cfbbd
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Mar 4 05:11:55 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    buildbot: allow configuring ulpath_unique
</span>---
 buildbot/master.cfg | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<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 bcca5e4..824062f 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;'>@@ -473,7 +473,10 @@ if 'ulpath' in config:
</span>     ulpath = config['ulpath']
 else:
     ulpath = 'archive_staging'
<span style='display:block; white-space:pre;background:#ffe0e0;'>-ulpath_unique = ulpath+'-%(buildername)s'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if 'ulpath_unique' in config:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ulpath_unique = config['ulpath_unique']
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+else:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ulpath_unique = ulpath+'-%(buildername)s'
</span> 
 @util.renderer
 def make_build_url(props):
</pre><pre style='margin:0'>

</pre>