[rtems-source-builder commit] sb: Option --source-only-download does not download the source.

Chris Johns chrisj at rtems.org
Wed Feb 7 22:17:45 UTC 2018


Module:    rtems-source-builder
Branch:    4.10
Commit:    e5ec9681be6f7f988dfed720d76906e859791a9c
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=e5ec9681be6f7f988dfed720d76906e859791a9c

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Feb  8 09:17:16 2018 +1100

sb: Option --source-only-download does not download the source.

The option expansion is missing `--with-download'.

Close #3296

---

 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