@pmatilai 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()
Yeah its another leftover from various experiments. I'll just kick it.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3665#discussion_r2021146150
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