[oe-commits] [openembedded-core] 46/46: patchreview: don't disable malformed SoB check

git at git.openembedded.org git at git.openembedded.org
Tue May 15 09:58:15 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 9611485bba03ef77ff31121e3b1da7cd57990c3e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri May 11 17:08:09 2018 +0100

    patchreview: don't disable malformed SoB check
    
    We cleaned up the metadata so this can be enabled again.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/contrib/patchreview.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/contrib/patchreview.py b/scripts/contrib/patchreview.py
index 4e3e73c..1086c95 100755
--- a/scripts/contrib/patchreview.py
+++ b/scripts/contrib/patchreview.py
@@ -132,8 +132,8 @@ def analyse(results, want_blame=False, verbose=True):
             need_blame = True
             if verbose:
                 print("Missing Signed-off-by tag (%s)" % patch)
-        # TODO: disable this for now as too much fails
-        if False and r.malformed_sob:
+
+        if r.malformed_sob:
             need_blame = True
             if verbose:
                 print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch))

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


More information about the Openembedded-commits mailing list