From 418b1d3661ecd479f200e04d214fdbf2750a8b69 Mon Sep 17 00:00:00 2001 From: Daniel Hilst <392820+dhilst@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:22:41 -0300 Subject: [PATCH] fix(xcat-dep): make sbuild-all.pl executable The pipeline invokes it as ./sbuild-all.pl; without the exec bit that returns 126 (Permission denied). Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com> --- sbuild-all.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sbuild-all.pl diff --git a/sbuild-all.pl b/sbuild-all.pl old mode 100644 new mode 100755