[rtems-source-builder commit] sb: Option --source-only-download does not download the source.
Chris Johns
chrisj at rtems.org
Wed Feb 7 22:18:59 UTC 2018
Module: rtems-source-builder
Branch: master
Commit: d2b25d131d55adcb38219f2cd8cbec2436ee78ab
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=d2b25d131d55adcb38219f2cd8cbec2436ee78ab
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Feb 8 09:18:34 2018 +1100
sb: Option --source-only-download does not download the source.
The option expansion is missing `--with-download'.
---
source-builder/sb/options.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py
index 7bbdd8c..4800005 100644
--- a/source-builder/sb/options.py
+++ b/source-builder/sb/options.py
@@ -273,6 +273,7 @@ class command_line:
a = self.args[arg]
if a == '--source-only-download':
self.args += ['--dry-run',
+ '--with-download',
'--quiet',
'--without-log',
'--without-error-report',
More information about the vc
mailing list