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

</pre>
<p><a href="https://github.com/macports/mpbb/commit/6d4a32638ce201fddd9a7346ed91c56bf7039945">https://github.com/macports/mpbb/commit/6d4a32638ce201fddd9a7346ed91c56bf7039945</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 6d4a326  gather-archives.tcl: be more verbose
</span>6d4a326 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6d4a32638ce201fddd9a7346ed91c56bf7039945
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed May 11 23:45:13 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    gather-archives.tcl: be more verbose
</span>---
 tools/gather-archives.tcl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tools/gather-archives.tcl b/tools/gather-archives.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index a720836..e774944 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tools/gather-archives.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tools/gather-archives.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,9 +105,11 @@ while {[gets $infd line] >= 0} {
</span>         file mkdir $archive_staging_dir
         file stat $archive_path stat_array
         if {$stat_array(dev) == $staging_device} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            puts "creating hardlink to $archive_path at [file join $archive_staging_dir $archive_basename]"
</span>             file link -hard [file join $archive_staging_dir $archive_basename] $archive_path
         } else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            file copy -force $archive_path $archive_staging_dir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            puts "copying $archive_path to $archive_staging_dir"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            file copy -force -- $archive_path $archive_staging_dir
</span>         }
     }
 }
</pre><pre style='margin:0'>

</pre>