mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Align the version processing with rtems-tools.
- Use the same VERSION file format as rtems-tools so a common release generation can be used. - The version.py is almost the same as rtems-tools. There are some minor differences, one is the RTEMS version is present in this file while rtems-tool uses config/rtems-release.ini. Updates #3822
This commit is contained in:
@@ -698,7 +698,7 @@ def run():
|
||||
else:
|
||||
mail['to'] = macro_expand(opts.defaults, '%{_mail_tools_to}')
|
||||
mail['from'] = mail['mail'].from_address()
|
||||
log.notice('RTEMS Source Builder - Set Builder, %s' % (version.str()))
|
||||
log.notice('RTEMS Source Builder - Set Builder, %s' % (version.string()))
|
||||
opts.log_info()
|
||||
if not check.host_setup(opts):
|
||||
raise error.general('host build environment is not set up correctly')
|
||||
|
Reference in New Issue
Block a user