From e5ec9681be6f7f988dfed720d76906e859791a9c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 8 Feb 2018 09:17:16 +1100 Subject: 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', -- cgit v1.2.3