From d2b25d131d55adcb38219f2cd8cbec2436ee78ab Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 8 Feb 2018 09:18:34 +1100 Subject: [PATCH] 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',