[gentoo-dev] [PATCH] eclass/apache-2.eclass: use fcaps to set capabilities

2025-06-01 Thread Hans de Graaff
Closes: https://bugs.gentoo.org/930455 Signed-off-by: Hans de Graaff --- eclass/apache-2.eclass | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index c62d19ed6b28..e13e2e229ce3 100644 --- a/eclass/apache-2.eclass +++ b/ecl

Re: [gentoo-dev] verifying commits via server-side git pre-receive hook

2025-06-01 Thread Tim Harder
On 2025-05-30 Fri 09:23, Luca Barbato wrote: It would be very nice to have it run over the PRs we are already receiving on github... This requires different functionality than what is done for pre-receive hook support more in line with what the pkgcruft github action[1] already provides. Of co