From 971df49d6ecd3ebe98102a8a698e55cf48ee652a Mon Sep 17 00:00:00 2001 From: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:22:48 -0300 Subject: [PATCH] fix: Fix CI build. * WIP in github_action_xcat_test.pl * Fix typo in build-ubunturepo.sh Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com> --- build-ubunturepo | 2 +- github_action_xcat_test.pl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index 5dd48d424..6132e6720 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -89,7 +89,7 @@ if [ "$SETUP" = "1" ];then apt-get -y install $REPREPO $DEVSCRIPTS $DEBHELPER $QUILT - echo "Finised setup for xcat-dep build. Rerun this script with SETUP=0 LOCAL_KEY=1 flags" + echo "Finished setup for xcat-dep build. Rerun this script with SETUP=0 LOCAL_KEY=1 flags" exit 1 fi diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index e0b53e273..47e2e10ab 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -281,6 +281,7 @@ sub build_xcat_core{ my $cmd = "sudo ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0"; @output = runcmd("$cmd"); + print join "", map { "build-ubunturepo.out: $_\n" } @output; if($::RUNCMD_RC){ my $lastline = $output[-1]; $lastline =~ s/[\r\n\t\\"']*//g;