@dmnks commented on this pull request.
> # gpg-connect-agent is very, very unhappy if this doesn't exist
mkdir -p /root/.gnupg
chmod 700 /root/.gnupg
-
+# setup default signing id + key (USER is not set when this runs!)
I wonder if we should actually handle the lack of USER value in the script as
well. It seems like podman/OCI containers at least don't have it set by default:
```
$ podman run -it --rm fedora sh -c 'echo $USER'
$
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3665#pullrequestreview-2729012757
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