Builder texinfo-solaris11-i386 Build #6962
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | b1bff5986dd79196a9cb6341e145dfe6909f2963 |
| Got Revision | b1bff5986dd79196a9cb6341e145dfe6909f2963 |
| Changes | 3 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 | 6962 | Build |
| codebase | Build | |
| got_revision | b1bff5986dd79196a9cb6341e145dfe6909f2963 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | b1bff5986dd79196a9cb6341e145dfe6909f2963 | 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:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Tue Dec 23 00:52:51 2025 |
| End | Tue Dec 23 01:28:00 2025 |
| Elapsed | 35 mins, 9 secs |
All Changes:
:
Change #253099
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 22 Dec 2025 21:15:57 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision ebc4066e58abe87188fea62b4705fea944b72210 Comments
* tta/perl/XSTexinfo/convert/get_html_perl_info.c: remove unused html_get_jslicenses_sv function.
Changed files
- ChangeLog
- tta/perl/XSTexinfo/convert/get_html_perl_info.c
Change #253100
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 22 Dec 2025 23:27:02 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 0c17f5bf4203cc668fb066e2c7846c6ca02a8e14 Comments
* tta/C/convert/html_converter_finish.c (html_reset_converter), tta/C/convert/html_prepare_converter.c (html_reset_files_source_info) (html_prepare_units_directions_files): move html_reset_files_source_info to html_prepare_converter.c. Do not call html_reset_files_source_info in html_reset_converter, instead call it in html_prepare_units_directions_files before being set. * tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (free_js_categories_list, html_conversion_initialization): move the code free'ing js categories list to html_prepare_converter.c and call it in html_conversion_initialization and in html_free_converter, not in html_reset_converter.
Changed files
- ChangeLog
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_prepare_converter.c
- tta/C/convert/html_prepare_converter.h
- tta/C/main/converter_types.h
- tta/TODO
Change #253101
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 23 Dec 2025 00:46:29 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b1bff5986dd79196a9cb6341e145dfe6909f2963 Comments
* tta/C/convert/html_converter_api.c (html_output, html_convert), tta/perl/XSTexinfo/convert/ConvertXS.xs (html_output, html_convert): use consistently document_name and not converter->document_name, pass directly 0 to html_prepare_conversion_units_targets for convert. * tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (html_conversion_initialization): reset title_titlepage, title_string, documentdescription_string, copying_comment, destination_directory and document_name in html_conversion_initialization, not in html_reset_converter and free in html_free_converter. * tta/C/convert/convert_html.c (html_setup_output_simple_page), tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (html_set_pages_files): reset output_unit_file_indices and special_unit_file_indices in html_set_pages_files and html_setup_output_simple_page, not in html_reset_converter. Free in html_free_converter. * tta/C/convert/html_prepare_converter.c (html_conversion_initialization): call reset_html_targets in html_conversion_initialization.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/html_converter_api.c
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/converter_types.h
- tta/perl/XSTexinfo/convert/ConvertXS.xs