Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-20 | update/trees: don't run make if mode=fetch | Leah Rowe | |
this fixes a regression caused by a previous revision Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-10-20 | consistent naming for src/pico-serprog | Leah Rowe | |
don't ever name it rpi-pico-serprog Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-10-20 | config/git: name files per download name | Leah Rowe | |
don't put multiple downloads in the same files, except when they are dependencies that go inside the directory of another download. by doing this, the following functionality will become possible: clean every project or build every project, or maybe fetch every project, based entirely on the names of these files. this will be used later to simplify the release script. Signed-off-by: Leah Rowe <leah@libreboot.org> |