[coreboot-gerrit] New patch to review for coreboot: util/scripts/get_maintainer.pl: Remove linux tree check

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Sun Mar 5 19:20:32 CET 2017


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18577

-gerrit

commit ed4cb16783f4bd2eb0e12fb7e8ccdb2ad2e22bc9
Author: Martin Roth <martinroth at google.com>
Date:   Sun Mar 5 10:34:45 2017 -0700

    util/scripts/get_maintainer.pl: Remove linux tree check
    
    This was removed from the previous version, but we'd like it in
    a separate patch, so it's obvious and can easily be applied to the
    next version.
    
    Change-Id: I9396009e82e762aa0cc037dbe9e7133962af6354
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/scripts/get_maintainer.pl | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/util/scripts/get_maintainer.pl b/util/scripts/get_maintainer.pl
index 633f2dd..4f34a4e 100755
--- a/util/scripts/get_maintainer.pl
+++ b/util/scripts/get_maintainer.pl
@@ -297,11 +297,6 @@ if ($email &&
     die "$P: Please select at least 1 email option\n";
 }
 
-if (!top_of_kernel_tree($lk_path)) {
-    die "$P: The current directory does not appear to be "
-	. "a linux kernel source tree.\n";
-}
-
 ## Read MAINTAINERS for type/value pairs
 
 my @typevalue = ();



More information about the coreboot-gerrit mailing list