Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-13 | Move the `getBuildLog` implementation to its own implementation file | Théophane Hufschmitt | |
Keep the header minimal and clean | |||
2022-12-15 | getBuildLog: factor out resolving derivations | Taeer Bar-Yam | |
2022-03-11 | Deduplicate the Store downcasting with a template | John Ericson | |
2022-03-11 | Factor out a `LogStore` interface | John Ericson | |
Continue progress on #5729. Just as I hoped, this uncovered an issue: the daemon protocol is missing a way to query build logs. This doesn't effect `unix://`, but does effect `ssh://`. A FIXME is left for this, so we come back to it later. |