@dmnks commented on this pull request.


> +    genkey_gpg
+    ;;
+sq)
+    genkey_sq
+    ;;
+*)
+    if [ -z "${prog}" ]; then
+        log "No signing program found, install sequoia-sq or gnupg"
+    else
+        log "Unknown signing program: ${prog}"
+    fi
+    exit 1
+    ;;
+esac
+
+log "To import this public key (certificate), run:"

Not sure if worth the trouble but we could make this hint only show when 
running interactively (with a tty).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3665#pullrequestreview-2729149265
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3665/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to