mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb. Add VERSION support for releasing the RSB.
Add support to release the RSB by adding the VERSION file. The file is a single line with the version. Fix the reports to include the version. Update the INI file support to include the details of the build. Show the GIT or released version when the command starts. Closes #2480.
This commit is contained in:
@@ -534,7 +534,7 @@ def run(args):
|
||||
try:
|
||||
optargs = { '--list-configs': 'List available configurations' }
|
||||
opts = options.load(args, optargs)
|
||||
log.notice('RTEMS Source Builder, Package Builder v%s' % (version.str()))
|
||||
log.notice('RTEMS Source Builder, Package Builder, %s' % (version.str()))
|
||||
if not check.host_setup(opts):
|
||||
if not opts.force():
|
||||
raise error.general('host build environment is not set up' +
|
||||
|
Reference in New Issue
Block a user