Searched hist:"27 e77183a1d1c355d225cb08fb35cdce54b87198" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_maintainer.pl | 27e77183a1d1c355d225cb08fb35cdce54b87198 Sun Nov 16 19:30:11 UTC 2014 Daniel Schwierzeck <daniel.schwierzeck@gmail.com> get_maintainer.pl: fix source tree detection
get_maintainer.pl always fails with following message: ./scripts/get_maintainer.pl: The current directory does not appear to be a linux kernel source tree.
This was caused by commit:
commit 548b310c68ac99a0330d8b56c797c09ff0742d1e Author: Masahiro Yamada <yamada.m@jp.panasonic.com> Date: Thu Oct 30 15:50:15 2014 +0900
Remove the CREDITS file
This file is not maintained these days.
We use MAINTAINERS for the maintainership of the supported boards. For dead boards, we have some clues in doc/README.scrapyard and also imperishable history in git-log.
Remove CREDITS from source tree detection to fix this.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
|