Skip to content

Commit

Permalink
Un-hardwire x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Jan 18, 2024
1 parent d4982fe commit 3784cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mtps-get-builds
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ echo "URL: ${GB_BREWINFO}${brew_build_id}"
echo "SRPM: $srpm_url"

if [ -z "${rpms_from_build_all}${rpms_from_build_noarch_all}" ]; then
echo "Build doesn't have x86_64/noarch packages for testing."
echo "Build doesn't have ${GB_ARCH}/noarch packages for testing."
exit $RET_NO_RPMS_IN_BREW
fi

Expand Down
2 changes: 1 addition & 1 deletion mtps-get-task
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ if [ -n "$SRPM" ]; then
fi

if [ -z "${rpms_from_task_all}${rpms_from_task_noarch_all}" ]; then
echo "There are no x86_64/noarch RPMs for Brew/Koji task $TASK"
echo "There are no ${ARCH}/noarch RPMs for Brew/Koji task ${TASK}"
exit "$RET_NO_RPMS_IN_BREW"
fi

Expand Down

0 comments on commit 3784cb4

Please sign in to comment.