Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-04 | curl/wget downloads: set re-try count to 3 | Leah Rowe | |
explicitly set the count to 3, so that a maximum of 3 attemps are made per download, barring fatal errors such as http 404. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-01 | handle project downloads in main lbmk script | Leah Rowe | |
this means the unified /tmp handling is now provided for in both the former "fetch" and "fetch_trees" script, which are now (respectively): ./update project repo ./update project trees if the fetch scripts weren't cleaning /tmp before, they now are, because lbmk handles it Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-08-27 | move resources/scripts/ to script/ | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> |