Builder texinfo-solaris11-i386 Build #6727
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 454eaeba41afe4d93032deabe44f080293e425f5 |
Got Revision | 454eaeba41afe4d93032deabe44f080293e425f5 |
Changes | 2 changes |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
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:
Name | Label | Value |
---|
Responsible Users:
- Gavin Smithgavinsmith0123@gmail.com
Timing:
Start | Wed Jul 30 02:58:22 2025 |
End | Wed Jul 30 03:41:08 2025 |
Elapsed | 42 mins, 45 secs |
All Changes:
:
Change #241224
Category texinfo Changed by Gavin Smith <gavinsmith0123 @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
Change #241226
Category texinfo Changed by Gavin Smith <gavinsmith0123 @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