2b6a546b | 25-Jan-2021 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
autobump: add an allowed file suffix list
It doesn't ever make sense to put a SRC_URI in a bbappend but it happened anyway:
https://github.com/openbmc/openbmc/commit/2d392adf8491fbc6a75d160bbc41755
autobump: add an allowed file suffix list
It doesn't ever make sense to put a SRC_URI in a bbappend but it happened anyway:
https://github.com/openbmc/openbmc/commit/2d392adf8491fbc6a75d160bbc41755a54da7921
This is far outside the intended scope of the script and the parsing logic falls apart. Avoid the problem by filtering the git grep results and only process files that end in bb, inc or bbclass.
Change-Id: I01d646f26f11e0167e9b983251405bd28969f0bc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
199f7959 | 25-Jan-2021 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
autobump: style fix
Fix an instance of: E501: line too long (85 > 79 characters)
Fixes: d125d76eabe1484766135c34c8d6e9e6f681acb7 Change-Id: I8d7e9e6c93491762b5e1eb0fcbe7c207f2f37f5d Signed-off-by
autobump: style fix
Fix an instance of: E501: line too long (85 > 79 characters)
Fixes: d125d76eabe1484766135c34c8d6e9e6f681acb7 Change-Id: I8d7e9e6c93491762b5e1eb0fcbe7c207f2f37f5d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|