There were several issues today that prevented to use the koji infra.
I've fixed some of them.
One of the last regression seems to have appeared more recently.
As the buildFromSCM tasks started to fail later tonight.
It seems that
pkgs.rpmfusion.org doesn't serve git:// protocol anymore
for some unknown reason. (probably related to any update).
But more importantly the fedpkg tool doesn't use git:// anymore for
anonymous access but https instead.
I've managed to workaround the issue using this in /etc/rpkg/rfpkg.conf
anongiturl =
git+https://pkgs.rpmfusion.org/git/%(module)s.git
Please look forward a new version of rfpkg that fix this issue.
--
-
Nicolas (kwizart)