Maxwell G
Maxwell G
> So we would need some kind of CI job to test the collections. @Andersson007 suggested to use passing sanity tests as criteria. That's a good starting point, although maybe...
How do I instantiate `VectorNevraForm` with more than one item?
I tried ``` python settings.set_nevra_forms(libdnf5.rpm.VectorNevraForm(1, libdnf5.rpm.Nevra.Form_NA)) settings.get_nevra_forms().append(libdnf5.rpm.Nevra.Form_NAME) ``` but that doesn't work either. It seems swig is not properly wrapping the NevraForm vector. ``` In [15]: settings.set_nevra_forms(libdnf5.rpm.VectorNevraForm(1, libdnf5.rpm.Nevra.Form_NA)) In [16]:...
I would like to express my interest in Packit support for Pagure. As a member of the Go SIG who helps maintain go2rpm, I think it would be very to...
@webknjaz, workflows need approval.
Do you have something like ``` [bugzilla.redhat.com] api_key = XXXXXXXXXXXX ``` in `~/.config/python-bugzilla/bugzillarc`?
With a properly configured bugzillarc, I'm not able to reproduce this: ``` console $ python ./fedora_active_user.py --user olem --email [email protected] --nofas Last action on koji: Wed, 05 Oct 2022 tag_package_owners...
It's used by the [`bugzilla` Python module](https://packages.fedoraproject.org/pkgs/python-bugzilla/). If you have python3-bugzilla-cli, you can also create the file with `bugzilla login --api-key`. R.e. documentation, there's `man bugzilla` [1], `bugzilla login -h`,...
In any case, I agree that the auth requirement should be documented in this repo.
Does it work with --nofas?