summaryrefslogtreecommitdiffstats
path: root/scripts/get_maintainer.pl
Commit message (Collapse)AuthorAgeFilesLines
* scripts/get_maintainer.pl: Drop wrong line from outputSascha Hauer2024-01-101-1/+0
| | | | | | | | scripts/get_maintainer.pl prints "Maintained" on an otherwise empty line. Drop this wrong line as it triggers "b4 send" to try take this as an EMail address. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: get_maintainers: drop --status enforcementMarco Felsch2023-11-011-2/+0
| | | | | | | | | | The status parameter is never used so drop it and stop bother the user of the script. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Acked-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20231026144325.4172966-2-m.felsch@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* checkpatch: add upstream checkpatch v5.1 dependenciesAhmad Fatoum2019-05-211-0/+11
In preperation for pulling in the v5.1 checkpatch, we need to first add some files it depends on that aren't available in barebox: - cleanfile, cleanpatch, spelling.txt: we copy those over as-is - spdxcheck.py: expects the existence of "other" and "exceptions" directories, which we don't need in barebox, thus they are patched out. - const_structs.checkpatch: added file_operations for now. More can follow - get_maintainer.pl: implemented a dummy to keep changes in checkpatch.pl to a minimum Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>