Builder tmux-solaris10-i386 Build #1896
Results:
Build successful
SourceStamp:
Project | tmux |
Repository | https://github.com/tmux/tmux.git |
Branch | master |
Revision | b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c |
Got Revision | b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c |
Changes | 5 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave |
buildername | tmux-solaris10-i386 | Builder |
buildnumber | 1896 | Build |
codebase | Build | |
got_revision | b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c | Git |
project | tmux | Build |
repository | https://github.com/tmux/tmux.git | Build |
revision | b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c | Build |
scheduler | schedule-tmux-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Thomas Adamthomas@xteddy.org
- nicmnicm
Timing:
Start | Tue Apr 22 17:03:50 2025 |
End | Tue Apr 22 17:07:26 2025 |
Elapsed | 3 mins, 35 secs |
All Changes:
:
Change #227875
Category tmux Changed by nicm <nicm> Changed at Tue 22 Apr 2025 14:23:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b905039ed21b27ffea7416afd96cb04f02a441c2 Comments
Improve #? conditional expression in formats: 1) add support for else if, so #{?cond1,value1,#{?cond2,value2,else-value}} can be changed to #{?cond1,value1,cond2,value2,else-value}; 2) add default empty string if there's no else value, so #{?cond1,value1,} can be changed to #{?cond1,value1}. From David Mandelberg in GitHub issue 4451.
Changed files
- format.c
- window-buffer.c
- window-client.c
- window-tree.c
Change #227878
Category tmux Changed by nicm <nicm> Changed at Tue 22 Apr 2025 14:33:35 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cd3d2910ee1f993565706557f14608e0ab3262ac Comments
Fix description of pane_in_mode, from Julian Prein in GitHub issue 4469.
Changed files
- tmux.1
Change #227879
Category tmux Changed by nicm <nicm> Changed at Tue 22 Apr 2025 14:34:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5db914b7451a5d395ae6d23aef60b92625ac786e Comments
Add notes to menu keys, from someone in GitHub issue 4478.
Changed files
- key-bindings.c
Change #227880
Category tmux Changed by nicm <nicm> Changed at Tue 22 Apr 2025 14:36:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d2f73c17d5e017d54fb107f9ae2ed9004c08afd3 Comments
Add calls to layout_fix_panes after a pane swap to fix case if one of the panes is in alternate screen mode and had a scrollbar. From Michael Grant in GitHub issue 4481.
Changed files
- cmd-swap-pane.c
Change #227881
Category tmux Changed by Thomas Adam <thomas @xteddy.org>Changed at Tue 22 Apr 2025 17:01:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c Comments
Merge branch 'obsd-master'
Changed files
- no files