@dmnks commented on this pull request.


> +mkdir -p "${rpmhome}"
+
+email="rpmbuild-${USER}@$(uname -n)"
+keypath="${rpmhome}/${email}.asc"
+
+function log()
+{
+    echo $* 1>&2
+}
+
+function progpath()
+{
+    which ${1} 2> /dev/null
+}
+
+function checkprog()

This function isn't used (I suspect it previously was and just got refactored 
away). Maybe we could still use it to check if the gpg/sq program exists but 
that might also be overly pedantic...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3665#pullrequestreview-2728934804
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