From 794bf3ecaf0ad4f1477444f668a085864dc8fae0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Oct 2023 09:49:01 +0200 Subject: Review 1 --- brep/handler/upload/upload-bindist.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brep/handler/upload/upload-bindist.in b/brep/handler/upload/upload-bindist.in index ce46e8c..05d0bcf 100644 --- a/brep/handler/upload/upload-bindist.in +++ b/brep/handler/upload/upload-bindist.in @@ -246,7 +246,7 @@ fi cpu="$(sed -n -re 's/^([^-]+)-.+/\1/p' <<<"$target")" if [[ -z "$cpu" ]]; then - error "CPU expected in target '$target'" + error "CPU expected in target triplet '$target'" fi # Use CPU extracted from the target triplet as a distribution-specific @@ -325,7 +325,7 @@ fi # Parse the package file manifest list and cache the file paths. # # While at it, detect if the package is architecture-specific or not by -# checking if any package file name contains the distribution-specific CPU +# checking if any package file names contain the distribution-specific CPU # representation (as a sub-string). # # Note that while we currently only need the package file paths, we can make -- cgit v1.1