[coreboot-gerrit] Patch merged into coreboot/master: MAINTAINERS: Add script to test database and find maintainers

gerrit at coreboot.org gerrit at coreboot.org
Fri Oct 23 01:47:40 CEST 2015


the following patch was just integrated into master:
commit 1ecf252c38dd64dc83c0851abbce03da72d9509d
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Oct 21 13:12:51 2015 -0700

    MAINTAINERS: Add script to test database and find maintainers
    
    This utility should make it easier to complete and maintain
    the database of coreboot subsystem maintainers (MAINTAINERS
    file)
    
    This will need a bit of tender love and care to print information
    in an easily machine readable output for the build system, but its
    a first start to query the maintainers database.
    
    Build with:
       $ go build util/scripts/maintainers.go
    
    Find a maintainer for a set of files with:
       $ ./maintainers Makefile Makefile.inc
       Makefile is in subsystem BUILD SYSTEM
       Maintainers:  [Patrick Georgi <patrick at georgi-clan.de>]
       Makefile.inc is in subsystem BUILD SYSTEM
       Maintainers:  [Patrick Georgi <patrick at georgi-clan.de>]
    
    Check the maintainer database with:
       $ ./maintainers
       .gitignore has no subsystem defined in MAINTAINERS
       .gitmodules has no subsystem defined in MAINTAINERS
       .gitreview has no subsystem defined in MAINTAINERS
       3rdparty/arm-trusted-firmware has no subsystem defined in MAINTAINERS
       3rdparty/blobs has no subsystem defined in MAINTAINERS
       3rdparty/vboot has no subsystem defined in MAINTAINERS
       COPYING has no subsystem defined in MAINTAINERS
       Documentation/AMD-S3.txt has no subsystem defined in MAINTAINERS
       Documentation/CorebootBuildingGuide.tex has no subsystem defined in MAINTAINERS
       Documentation/Doxyfile.coreboot has no subsystem defined in MAINTAINERS
       [..]
    
    Change-Id: I49c43911971152b0e4d626ccdeb33c088e362695
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-on: http://review.coreboot.org/12119
    Tested-by: build bot (Jenkins)
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


See http://review.coreboot.org/12119 for details.

-gerrit



More information about the coreboot-gerrit mailing list