On 21. 06. 22 16:27, Steven A. Falco wrote:
On 6/20/22 07:45 AM, Tomas Hrnciar wrote:
Hello.
As you might already know, we have recently merged in the Python 3.11side tag to Rawhide, despite several builds not succeeding. We always aim for some compromise between having the side tag open for too long and having too many failures.
I'm working on fixing the problems in KiCad. There hasn't been a successful compose of Rawhide just yet - how can I update my Rawhide VM to include the new version of Python so I can test my changes? Is there a flag to dnf that would take into account the koji packages that are waiting for the compose?
$ cat /etc/yum.repos.d/koji.repo [koji] name=koji baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/$basearch/ enabled=0
[koji-source] name=koji-source baseurl=http://kojipkgs.fedoraproject.org/repos/rawhide/latest/src/ enabled=0
$ sudo dnf --enablerepo=koji upgrade
python-devel@lists.fedoraproject.org