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

Builder tmux-solaris10-sparc Build #1605

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision3c3643f580ca718a5f6bbeea81abeb0a8bbdb131
Got Revision3c3643f580ca718a5f6bbeea81abeb0a8bbdb131
Changes9 changes

BuildSlave:

unstable10s

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' ( 1 mins, 10 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 0 secs )
    1. stdio
  4. shell_2 'gmake all' ( 5 mins, 21 secs )
    1. stdio
  5. shell_3 'gmake check' ( 2 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartThu Mar 21 15:30:31 2024
EndThu Mar 21 15:38:07 2024
Elapsed7 mins, 36 secs

All Changes:

:

  1. Change #193341

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:26:28
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 0c374868ca34cef826e15e7984300f0292b314d8

    Comments

    Do not consider a selection present if it is empty, from Michael Grant (GitHub issue 3869). Also a typo fix from GitHub issue 3877.

    Changed files

    • screen.c
    • window-copy.c
  2. Change #193342

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:27:18
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 5458cb28502dbdce933827853c31b276b51f3741

    Comments

    Revert detach-client part of last, did not intend this to go in.

    Changed files

    • no files
  3. Change #193343

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:30:42
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 6c0067c10360880334afa50815b880d04edcbf42

    Comments

    Do not notify window-layout-changed if the window is about to be destroyed (since it may have been freed by the time the notify happens), from Romain Francoise in GitHub issue 3860.

    Changed files

    • cmd-display-panes.c
    • cmd-resize-pane.c
    • popup.c
    • resize.c
    • server-fn.c
    • tmux.h
    • window.c
  4. Change #193344

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:32:49
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 0ae8b681b22aec6a45a38fd286117154957134ff

    Comments

    Use -p for default paste-buffer command in buffer mode, it will only do anything if the application asked for it. From Gregory Anders.

    Changed files

    • window-buffer.c
  5. Change #193345

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:47:55
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 6f0254e6a88ee5e66c8ea5d8723c7adfb7181585

    Comments

    Look for feature code 21 for DECSLRM and 28 for DECFRA in the device attributes and also accept level 1 (there is no hardware with this but some emulators may use it). Pointed out by James Holderness.

    Changed files

    • tty-keys.c
  6. Change #193346

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:51:32
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision d8ddeec7db6955434a32acedf7079031c2d8d212

    Comments

    Add -M to always turn mouse on in a menu, GitHub issue 3779.

    Changed files

    • cmd-display-menu.c
  7. Change #193347

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 12:53:11
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 2e9d7ebf15615b51b014a12de03b0e5483aadf99

    Comments

    Reduce escape-time default to 10 milliseconds, 500 is far too long for modern terminals and networks. Case made by Kurtis Rader in GitHub issue 3844.

    Changed files

    • options-table.c
    • tmux.1
  8. Change #193348

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 21 Mar 2024 13:10:57
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 89c1c43ef96d805d8fcb987c024ef85f994f11fa

    Comments

    Write padding character into the right position.

    Changed files

    • screen-write.c
  9. Change #193349

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Thu 21 Mar 2024 15:01:10
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 3c3643f580ca718a5f6bbeea81abeb0a8bbdb131

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files