Builder texinfo-solaris10-i386 Build #6814
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 01f3f0f611559d8af8f8f496d090d520e50467dd |
Got Revision | 01f3f0f611559d8af8f8f496d090d520e50467dd |
Changes | 1 change |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/texinfo-solaris10-i386 | slave |
buildername | texinfo-solaris10-i386 | Builder |
buildnumber | 6814 | Build |
codebase | Build | |
got_revision | 01f3f0f611559d8af8f8f496d090d520e50467dd | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 01f3f0f611559d8af8f8f496d090d520e50467dd | Build |
scheduler | schedule-texinfo-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/texinfo-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Wed Jul 9 19:42:06 2025 |
End | Wed Jul 9 20:03:24 2025 |
Elapsed | 21 mins, 17 secs |
All Changes:
:
Change #238790
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 09 Jul 2025 19:30:49 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 01f3f0f611559d8af8f8f496d090d520e50467dd Comments
* tta/C/main/command_data.awk: set data type to other when there is no data type, for block commands. * tta/C/main/command_data.awk: setup lists of command data type per command category, TXI_CMD_CATEGORY_* in command_ids.h. * tta/C/main/builtin_commands.h (enum line_command_type) (enum nobrace_command_type, enum block_command_type) (enum brace_command_type): use enums for command data types, generated based on TXI_CMD_CATEGORY_*. * util/swig/Makefile.am, util/swig/texinfo.i, tta/C/convert/swig_command_data.h, tta/C/convert/swig_interface.c (*_command_data_type_name, element_command_data_type) (element_command_is_*): add lists of flags. Generate element commands classification. Add names of command data types. Add element_command_data_type that returns a command element data type.
Changed files
- ChangeLog
- tta/C/Makefile.am
- tta/C/convert/swig_interface.c
- tta/C/convert/swig_interface.h
- tta/C/main/builtin_commands.h
- tta/C/main/command_data.awk
- tta/C/main/command_data.c
- tta/C/main/command_ids.h
- tta/TODO
- util/swig/Makefile.am
- util/swig/TODO
- util/swig/texinfo.i