Support released downloading of the RTEMS Tools and RTEMS Kernel.

Add a --without-error-reports flags to reduce the noise on --with-downloading.
This commit is contained in:
Chris Johns
2015-12-10 16:54:40 +11:00
parent fb4ba79479
commit 40e4222d87
11 changed files with 127 additions and 45 deletions

View File

@@ -303,9 +303,8 @@ class command_line:
def sb_released(self):
if version.released():
self.defaults['is_rsb_released'] = '1'
self.defaults['_sbreleased'] = '1'
self.defaults['_sbversion'] = version.str()
self.defaults['rsb_released'] = '1'
self.defaults['rsb_version'] = version.str()
def sb_git(self):
repo = git.repo(self.defaults.expand('%{_sbdir}'), self)