Builder texinfo-solaris10-sparc Build #5887
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 |
| Got Revision | 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 |
| Changes | 2 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc | slave |
| buildername | texinfo-solaris10-sparc | Builder |
| buildnumber | 5887 | Build |
| codebase | Build | |
| got_revision | 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 | Build |
| scheduler | schedule-texinfo-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Sun Aug 24 12:12:27 2025 |
| End | Sun Aug 24 14:33:52 2025 |
| Elapsed | 2 hrs, 21 mins, 25 secs |
All Changes:
:
Change #243813
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Sun 24 Aug 2025 11:31:43 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision c0e26fdd46d3fc6b4fa646e3d6f1f561ce89d60c Comments
* tta/perl/Texinfo/Convert/LaTeX.pm: use exists or defined in conditions when the value is not used. Change formatting of functions call code. DO not use object oriented syntax when calling local scope functions. * tta/perl/Texinfo/Convert/LaTeX.pm (converter_reset): add. * tta/perl/Texinfo/Convert/LaTeX.pm (_prepare_conversion): reset more state keys, in particular those that may not exist at all. * tta/perl/Texinfo/Convert/LaTeX.pm (output): set $self->{'formatting_context'} explicitely. * tta/perl/Texinfo/Convert/LaTeX.pm (_format_heading_command) (_set_custom_headings): rename first_custom_heading as is_first_custom_heading. * tta/perl/Texinfo/Convert/LaTeX.pm (_convert_def_line): rename deftypefnnewline as with_deftypefnnewline.Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/LaTeX.pm
Change #243815
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Sun 24 Aug 2025 11:55:16 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 Comments
* tta/perl/Texinfo/Convert/LaTeX.pm (output): call _push_new_context explicitely and call _convert. * tta/perl/Texinfo/Convert/LaTeX.pm (convert): reset formatting_context, always call _push_new_context. * tta/perl/Texinfo/Convert/LaTeX.pm (_latex_begin_output): rename $header as $result_text.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/LaTeX.pm