Hide Forgot
When you fork project the resulting .repo file is incorrect. There are several issues, but since they are very related I am creating only one BZ. Steps to reproduce: 1. Create project msuchy/foo 2. Submit some build, wait until it finish. 3. Fork it into group project @copr/foo Problems: 1) the *url* of repo file has name of the user who created that group project. E.g. msuchy-foo-fedora-23.repo 2) in content of the repo file there is baseurl which refer to original owner of the project. In the example below it is baseurl=https://copr-be.cloud.fedoraproject.org/results/mbabinsk/freeipa-4-3-centos-7/epel-7-$basearch/ where mbabinsk is the original owner of the project from which the project was forked to @freeipa group (by pvoborni). While the first issue is just cosmetic, the second issue is big problem as users get data from incorrect project. Example in real life: https://copr.fedorainfracloud.org/coprs/g/freeipa/freeipa-4-3-centos-7/ https://copr.fedorainfracloud.org/coprs/g/freeipa/freeipa-4-3-centos-7/repo/epel-7/pvoborni-freeipa-4-3-centos-7-epel-7.repo
Fixed by 1933a454.
I'd like to point out that if the goal is to point the "Epel 7" repo of https://copr.fedorainfracloud.org/coprs/g/freeipa/freeipa-4-3-centos-7/ to https://copr-be.cloud.fedoraproject.org/results/%40freeipa/freeipa-4-3-centos-7/epel-7-x86_64/, that URL does not seem to have any repodata/ directory. But that might be material for another bugzilla?
Yes, that's a different issue but a good point. The issue that I was solving is not yet in production. Please, if you can, fill a different bugzilla with a brief but fitting description of the issue you have discovered.
Filed bug 1329076.
Thank you. Very good.
Package including this fix has been deployed on production instance of Copr.