Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-01 | Greatly simplify error handling in shell scripts | Leah Rowe | |
Instead of having detailed error messages, run most commands through a function that calls err() under fault conditions. Where detail is still required, err() is still called manually. Where it isn't, the error message is simply whatever command was executed to cause the error. This results in a massive sloccount reduction for lbmk; specifically, 178 sloc reduction, or a 8.1% reduction. The total sloccount is now 2022, for shell scripts. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-25 | Use SPDX license headers on all scripts | Leah Rowe | |
This results in much cleaner copyright and license declarations. SPDX headers are legally recognised and make auditing easier. Also, remove descriptions of each script, from each script. Libreboot documentation at docs/maintain/ describes them. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-16 | merge serprog scripts | Riku Viitanen | |
13 sloc reduction Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com> |