[oe-commits] [openembedded-core] 59/59: buildhistory-diff: honour report_all flag

git at git.openembedded.org git at git.openembedded.org
Sat Feb 24 10:37:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b30153a15715a83c0f9a7d7d1883a15404992a19
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Fri Feb 23 18:55:59 2018 +0800

    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.
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/buildhistory-diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/buildhistory-diff b/scripts/buildhistory-diff
index 2797407..70805b0 100755
--- a/scripts/buildhistory-diff
+++ b/scripts/buildhistory-diff
@@ -38,7 +38,7 @@ def get_args_parser():
     parser.add_argument('-a', '--report-all',
                         action='store_true',
                         dest='report_all',
-                        default='False',
+                        default=False,
                         help="Report all changes, not just the default significant ones")
     parser.add_argument('-s', '---signatures',
                         action='store_true',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list