mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/options: Let --source-only-download download releases
- The release procedure uses the sb-set-sources command now. Closes #3896
This commit is contained in:
parent
9e49d20a30
commit
3b0032d9e0
@ -92,7 +92,7 @@ def notice(text = os.linesep, log = None):
|
||||
_output(text, log)
|
||||
|
||||
def trace(text = os.linesep, log = None):
|
||||
if tracing:
|
||||
if not quiet and tracing:
|
||||
_output(text, log)
|
||||
|
||||
def warning(text = os.linesep, log = None):
|
||||
|
@ -293,8 +293,7 @@ class command_line:
|
||||
'--with-download',
|
||||
'--quiet',
|
||||
'--without-log',
|
||||
'--without-error-report',
|
||||
'--without-release-url']
|
||||
'--without-error-report']
|
||||
if a == '--dry-run':
|
||||
self.args += ['--without-error-report']
|
||||
arg += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user