[eos-pkgbuild-setup] add reponame to the verdict output of a repo check

This commit is contained in:
manuel
2026-04-15 10:52:41 +03:00
parent 1b46c99362
commit c347651151
+1 -1
View File
@@ -1722,7 +1722,7 @@ Main2() {
color="${RED}"
fi
printf2 "\nItems to build: %s%s/%s%s\n" "$color" "$total_items_to_build" "${#PKGNAMES[@]}" "$(Color1)"
printf2 "\nItems to build for %s: %s%s/%s%s\n" "$(Color1 warning)$REPONAME$(Color1)" "$color" "$total_items_to_build" "${#PKGNAMES[@]}" "$(Color1)"
if [ "$items_waiting" != "0" ] ; then
printf2 "Items waiting: %s\n" "$items_waiting"