utils/getdeveloperlib.py: add defconfig parsing
authorVictor Huesca <victor.huesca@bootlin.com>
Sun, 4 Aug 2019 14:21:43 +0000 (16:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 4 Aug 2019 22:02:35 +0000 (00:02 +0200)
commitcaead54274416651b3eb732919c2f4f375b34a82
treea6beab497d6a62d683e9722440482939f6e406a7
parente635836494d3d4607146b540cbcd0b3093fc8205
utils/getdeveloperlib.py: add defconfig parsing

This patch extends the Developer class so that it associates each
developer with the defconfigs (in configs/) is in responsible for,
according to the DEVELOPERS file.

It will allow using the getdeveloperlib module to find which developer
is responsible for which defconfig, and send e-mail notifications of
defconfig build failures.

Signed-off-by: Victor Huesca <victor.huesca@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/getdeveloperlib.py