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

Builder texinfo-solaris11-i386 Build #6727

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision454eaeba41afe4d93032deabe44f080293e425f5
Got Revision454eaeba41afe4d93032deabe44f080293e425f5
Changes2 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 4 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 44 secs )
    1. stdio
  5. shell_3 'gmake check' ( 16 mins, 17 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6727 Build
codebase Build
got_revision 454eaeba41afe4d93032deabe44f080293e425f5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 454eaeba41afe4d93032deabe44f080293e425f5 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartWed Jul 30 02:58:22 2025
EndWed Jul 30 03:41:08 2025
Elapsed42 mins, 45 secs

All Changes:

:

  1. Change #241224

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 01:32:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 608a5a2c4c53c2675b8a5460d1c3293ea012a457

    Comments

    Make clicking on links on Top node not so broken
    * js/info.js (config) <TOP_ID>: Change from "top" to "index".
    Links in the Top node are still rewritten to have href attributes
    that look like "index.html#index.toc-Nodes" and the value "index"
    is needed to make sure that the check for the Top node in
    'resolve_page' works.  This reverses change on 2024-10-07 (before
    which TOP_ID was called "INDEX_ID".)
    
    Before this, clicking on links in a short table of contents, or
    clicking on the copiable anchor in the manual title, would lead
    "index.html" to be loaded in the main iframe and two copies of the
    navigation interface would be visible.

    Changed files

    • ChangeLog
    • js/info.js
  2. Change #241226

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 01:44:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 454eaeba41afe4d93032deabe44f080293e425f5

    Comments

    * js/info.js (on_keydown): Check that no modifiers (namely, Alt, Ctrl nor Meta) are pressed.  This means specifically that C-l can still select the location bar and C-r can refresh the page.

    Changed files

    • ChangeLog
    • js/info.js