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

Chris Johns chrisj at rtems.org
Fri Feb 16 02:16:23 UTC 2018


Module:    rtems-source-builder
Branch:    refs/tags/4.11.3
Commit:    4671017f41d352ac463282e7e0e41264948b73f1
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=4671017f41d352ac463282e7e0e41264948b73f1

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

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

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

Close #3295

---

 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