This is necessary to cleanly and unambiguously transition to using forgejo issues, since we now control our own destiny. If we ban unprefixed numbers for a couple of releases, we ensure there are no releases in active support with the wrong unprefixed number semantics that could receive backports. Change-Id: I1c94541dcb3f071399f439870b48cd76557b70d2
453 B
453 B
synopsis, issues, cls, category, credits
| synopsis | issues | cls | category | credits | |||
|---|---|---|---|---|---|---|---|
| Avoid unnecessarily killing processes for the build user's UID |
|
Fixes |
|
We no longer kill all processes under the build user's UID before and after builds on Linux with sandboxes enabled.
This avoids unrelated processes being killed. This might happen for instance, if the user is running Lix inside a container, wherein the build users use the same UIDs as the daemon's.