Builder texinfo-solaris11-sparc Build #6951
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 103181e20261d20c76afcde05ab467883f96e06d |
Got Revision | 103181e20261d20c76afcde05ab467883f96e06d |
Changes | 2 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
buildername | texinfo-solaris11-sparc | Builder |
buildnumber | 6951 | Build |
codebase | Build | |
got_revision | 103181e20261d20c76afcde05ab467883f96e06d | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 103181e20261d20c76afcde05ab467883f96e06d | Build |
scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
slavename | unstable11s | BuildSlave |
workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Tue Aug 26 09:06:27 2025 |
End | Tue Aug 26 09:23:55 2025 |
Elapsed | 17 mins, 28 secs |
All Changes:
:
Change #243896
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Mon 25 Aug 2025 22:20:05 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 25157eb2e5364bb8b2795c50f4b9fd22431480bd Comments
* tta/C/main/convert_utils.c (new_document_info) (destroy_document_info, get_document_documentinfo) (get_titlepage_publication_info), tta/C/main/document_types.h (DOCUMENT_INFO), tta/perl/Texinfo/Convert/Utils.pm (get_document_documentinfo, get_titlepage_publication_info): add get_document_documentinfo to get the information in @documentinfo, and get_titlepage_publication_info to additionally get @copying and @publication information. * tta/C/convert/format_html.c (format_maketitle) (html_default_format_titlepage), tta/perl/Texinfo/Convert/HTML.pm (_format_maketile, _default_format_titlepage): format maketitle title page in HTML, getting title page information with get_document_documentinfo. * tta/perl/Makefile.am (test_files), tta/perl/t/docbook_tests.t (maketitle_documentinfo_publication), tta/perl/t/html_tests.t (maketitle_documentinfo_publication), tta/perl/t/input_files/maketitle_documentinfo_publication.texi, tta/perl/Makefile.tres: add maketitle_documentinfo_publication.texi, which calls @maketitle, @publication and @documentinfo with several commands. Add tests for HTML and Docbook formatting of document info and title mage with those commands.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/main/convert_utils.c
- tta/C/main/convert_utils.h
- tta/C/main/document_types.h
- tta/perl/Makefile.am
- tta/perl/Makefile.tres
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/t/docbook_tests.t
- tta/perl/t/html_tests.t
- tta/perl/t/input_files/maketitle_documentinfo_publication.texi
- tta/perl/t/results/docbook_tests/maketitle_documentinfo_publication.pl
- tta/perl/t/results/html_tests/maketitle_documentinfo_publication.pl
Change #243897
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Tue 26 Aug 2025 08:52:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 103181e20261d20c76afcde05ab467883f96e06d Comments
@maketitle in LaTeX output * tta/perl/Texinfo/Convert/Utils.pm (get_titlepage_publication_info): directly reuse $document_info. * tta/perl/Texinfo/Convert/LaTeX.pm (_format_title): add based on _convert code. * tta/perl/Texinfo/Convert/LaTeX.pm (_make_title, _convert): format @maketitle. * tta/perl/Makefile.tres, tta/perl/t/latex_tests.t (maketitle_documentinfo_publication): add test.
Changed files
- ChangeLog
- tta/perl/Makefile.tres
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/t/latex_tests.t
- tta/perl/t/results/latex_tests/maketitle_documentinfo_publication.pl