From 458071f671e4e9231f4ba95b14e95061608a0414 Mon Sep 17 00:00:00 2001 From: Andrei Radchenko Date: Fri, 10 Jan 2025 17:44:42 +0100 Subject: [PATCH] shows in testing farm as err: so i provided more info --- install-rpms.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-rpms.sh b/install-rpms.sh index 9d3cbc4..f238964 100755 --- a/install-rpms.sh +++ b/install-rpms.sh @@ -4,8 +4,9 @@ KOJI_TASK_ID=${KOJI_TASK_ID:-} # Use the environment variable, or an empty stri # Check if KOJI_TASK_ID is set [ -n "$KOJI_TASK_ID" ] || { - echo "env variable \$KOJI_TASK_ID not specified" >&2 - echo "This variable should be present in TestingFarm" >&2 + echo "WARN: KOJI_TASK_ID not set!" + echo "WARN: not able to find scratch build, RPMS will be pulled from repo" >&2 + echo "WARN: this variable should be either provided or passed from Testing Farm" >&2 exit 0 }