How to set up Aurora as dev box for koji/copr

I asked this over in Fedora discussions before realizing that folks here may be more familiar with distrobox/toolbox…

TL;DR: a friend runs arch and wants to maintain Fedora packages. I suggested he run distrobox and wondered if there’s a recommended image(s) for pacakage maintenance (eg. gpg, fedora-packager fedora-review, etc)

1 Like

Note:
On my Aurora laptop, I created a toolbx using fedora-40 and did:

⬢[blaisep@toolbox ~]$ sudo dnf install fedora-packager fedora-review
⬢[blaisep@toolbox ~]$ sudo usermod -a -G mock blaisep
⬢[blaisep@toolbox ~]$ fkinit -u blaise
⬢[blaisep@toolbox ~]$ koji moshimoshi
hallo, blaise!

You are using the hub at https://koji.fedoraproject.org/kojihub (Koji 1.34.1)
Authenticated via GSSAPI

… which seems pretty cool to me.

2 Likes