Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder tmux-solaris10-i386 Build #1897

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revisionb4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c
Got Revisionb4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c
Changes5 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell './autogen.sh' ( 14 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 15 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 0 secs )
    1. stdio
  5. shell_3 'gmake check' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 1897 Build
codebase Build
got_revision b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision b4f8340f16fc6e0108f9af5ef7d4ee093eac8a8c Build
scheduler schedule-tmux-github Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartTue Apr 22 17:07:27 2025
EndTue Apr 22 17:11:00 2025
Elapsed3 mins, 32 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. Change #227881

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@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