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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user