diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2018-02-23 18:55:59 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-24 10:35:59 +0000 |
| commit | 1b7a9d4f63d07d61d53daac12da275e8ef2feb24 (patch) | |
| tree | 62a3a3803a65b5c4d84370dfb1ce1c20bf3bd4b4 /scripts/buildhistory-diff | |
| parent | 0b1ca745f507b7ee53bb7c70b35911ae036ecdd6 (diff) | |
| download | poky-1b7a9d4f63d07d61d53daac12da275e8ef2feb24.tar.gz | |
buildhistory-diff: honour report_all flag
Make sure that we're passing a bool value. Without this, buildhistory
shows all the output for all the keys/fields when it shouldn't be by
default.
(From OE-Core rev: b30153a15715a83c0f9a7d7d1883a15404992a19)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/buildhistory-diff')
| -rwxr-xr-x | scripts/buildhistory-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff index 27974072fc..70805b0678 100755 --- a/scripts/buildhistory-diff +++ b/scripts/buildhistory-diff | |||
| @@ -38,7 +38,7 @@ def get_args_parser(): | |||
| 38 | parser.add_argument('-a', '--report-all', | 38 | parser.add_argument('-a', '--report-all', |
| 39 | action='store_true', | 39 | action='store_true', |
| 40 | dest='report_all', | 40 | dest='report_all', |
| 41 | default='False', | 41 | default=False, |
| 42 | help="Report all changes, not just the default significant ones") | 42 | help="Report all changes, not just the default significant ones") |
| 43 | parser.add_argument('-s', '---signatures', | 43 | parser.add_argument('-s', '---signatures', |
| 44 | action='store_true', | 44 | action='store_true', |
