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-30 | update/*/*: unified scanning of revisions/sources | Leah Rowe | |
update/blobs/download and update/project/repo both use the same logic, for setting variables with awk and a specially formatted configuration file. unify this logic under include/option.sh, and use that. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-27 | move build/command/options to include/option.sh | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> |