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:
@@ -645,7 +645,7 @@ class report:
|
||||
pass
|
||||
|
||||
def release_status(self):
|
||||
self.formatter.release_status(version.str())
|
||||
self.formatter.release_status(version.string())
|
||||
|
||||
def git_status(self):
|
||||
r = git.repo('.', self.opts, self.macros)
|
||||
@@ -896,7 +896,7 @@ def run(args):
|
||||
opts = options.load(args, optargs, logfile = False)
|
||||
if opts.get_arg('--output') and len(opts.params()) > 1:
|
||||
raise error.general('--output can only be used with a single config')
|
||||
print('RTEMS Source Builder, Reporter, %s' % (version.str()))
|
||||
print('RTEMS Source Builder, Reporter, %s' % (version.string()))
|
||||
opts.log_info()
|
||||
if not check.host_setup(opts):
|
||||
log.warning('forcing build with known host setup problems')
|
||||
|
Reference in New Issue
Block a user