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:
@@ -162,7 +162,7 @@ def run():
|
||||
import sys
|
||||
try:
|
||||
_opts = options.load(args = sys.argv)
|
||||
log.notice('RTEMS Source Builder - Check, v%s' % (version.str()))
|
||||
log.notice('RTEMS Source Builder - Check, %s' % (version.str()))
|
||||
if host_setup(_opts):
|
||||
print 'Environment is ok'
|
||||
else:
|
||||
|
Reference in New Issue
Block a user