diff --git a/doc/manual/rl-next/keep-failed-chown.md b/doc/manual/rl-next/keep-failed-chown.md deleted file mode 100644 index c69e1e6b8..000000000 --- a/doc/manual/rl-next/keep-failed-chown.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -synopsis: "`--keep-failed` chowns the build directory to the user that request the build" -issues: [] -cls: [3678] -category: Improvements -credits: [horrors] ---- - -Running a build with `--keep-failed` now chowns the temporary directory from the -builder user and group to the user that request the build if the build came from -a local user connected to the daemon. This makes inspecting failed derivations a -lot easier. On Linux the build directory made visible to the user will not be in -the same path as it was in the sandbox and continuing builds will usually break. diff --git a/doc/manual/src/release-notes/rl-2.93.md b/doc/manual/src/release-notes/rl-2.93.md index b78b0a150..2237f580a 100644 --- a/doc/manual/src/release-notes/rl-2.93.md +++ b/doc/manual/src/release-notes/rl-2.93.md @@ -1,4 +1,20 @@ # Lix 2.93 "Bici Bici" (2025-05-09) +# Lix 2.93.3 (2025-07-22) +## Improvements + +- `--keep-failed` chowns the build directory to the user that request the build [cl/3678](https://gerrit.lix.systems/c/lix/+/3678) + + Running a build with `--keep-failed` now chowns the temporary directory from the + builder user and group to the user that request the build if the build came from + a local user connected to the daemon. This makes inspecting failed derivations a + lot easier. On Linux the build directory made visible to the user will not be in + the same path as it was in the sandbox and continuing builds will usually break. + + Many thanks to [eldritch horrors](https://git.lix.systems/pennae) for this. + + + + # Lix 2.93.2 (2025-06-30) ## Fixes