Description of problem: I boot the F10 Alpha installer. It's by default pointed at a HTTP mirrorlist. I edit the repo, change it to http://reducto.install.bos.redhat.com/pungi/f10-alpha.7/10-Alpha/x86_64/os/ It accepts it. If I try to continue the install, it fails downloading the metadata. Version-Release number of selected component (if applicable): F10-Alpha.7 How reproducible: 100% Additional info: If I try to re-edit, the same mirrorlist is the starting point, not whatever I edited it to before.
I've made a good bit of progress on this - it now takes the new URL, creates a new repo with that URL to take the place of the old one, and then attempts to download the new repodata. I then hit a traceback due to problems with the primarydb being empty. Attaching a patch against rawhide that simplifies a lot of the repo handling (worked on with input from Seth) and the traceback I'm getting. Also reassigning to Jeremy, who might have a clue how to fix this.
Created attachment 315382 [details] patch to simplify repo handling
Created attachment 315383 [details] traceback!!
*** Bug 458998 has been marked as a duplicate of this bug. ***
Created attachment 316478 [details] set of patches to fix Here's a set of patches which looks like it fixes things, although I want to hold off until post-beta to avoid destabilizing things Basically, we move actual package selection later so that we don't have packages in the tsInfo referencing a repo which has gone away.
And pushed
Marking for re-testing.
*** Bug 468656 has been marked as a duplicate of this bug. ***
*** Bug 494869 has been marked as a duplicate of this bug. ***